'Declaration
<ObsoleteAttribute("Use the ShowScrollBar(ImGearScrollBarType scrollBarType, ImGearScrollBarModes scrollMode) overload instead.")>
Public Overloads Sub ShowScrollBar( _
ByVal As ImGearScrollBarType, _
ByVal As Boolean _
)
'Usage
Dim instance As PageView
Dim scrollBarType As ImGearScrollBarType
Dim state As Boolean
instance.ShowScrollBar(scrollBarType, state)