Change visibility state of scrollbars associated with window.
Syntax
'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)
[Obsolete("Use the ShowScrollBar(ImGearScrollBarType scrollBarType, ImGearScrollBarModes scrollMode) overload instead.")]
public void ShowScrollBar(
ImGearScrollBarType ,
bool
)
[Obsolete("Use the ShowScrollBar(ImGearScrollBarType scrollBarType, ImGearScrollBarModes scrollMode) overload instead.")]
public: void ShowScrollBar(
ImGearScrollBarType ,
bool
)
[Obsolete("Use the ShowScrollBar(ImGearScrollBarType scrollBarType, ImGearScrollBarModes scrollMode) overload instead.")]
public:
void ShowScrollBar(
ImGearScrollBarType ,
bool
)
Parameters
- scrollBarType
- Specifies the scrollbar whose attributes are requested.
- state
- Show (true) or hide (false) scrollbar.
See Also