'Declaration Public Function IsScrollBarVisible( _ ByVal scrollBarType As ImGearScrollBarType _ ) As Boolean
'Usage Dim instance As PageView Dim scrollBarType As ImGearScrollBarType Dim value As Boolean value = instance.IsScrollBarVisible(scrollBarType)
public bool IsScrollBarVisible( ImGearScrollBarType scrollBarType )
public: bool IsScrollBarVisible( ImGearScrollBarType scrollBarType )
public: bool IsScrollBarVisible( ImGearScrollBarType scrollBarType )
Parameters
- scrollBarType
- Specifies the scrollbar whose attributes are requested.
Return Value
True if scrollbar is visible, false if it is hidden.