'Declaration
<ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")>
Sub EnableScrollBar( _
ByVal As ImGearScrollBarType, _
ByVal As Boolean _
)
'Usage
Dim instance As IImGearScrollableView
Dim scrollBarType As ImGearScrollBarType
Dim state As Boolean
instance.EnableScrollBar(scrollBarType, state)
[ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void EnableScrollBar(
ImGearScrollBarType ,
bool
)
[ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void EnableScrollBar(
ImGearScrollBarType ,
bool
)
[ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void EnableScrollBar(
ImGearScrollBarType ,
bool
)