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