ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / IsScrollBarVisible Method
Specifies the scrollbar whose attributes are requested.




In This Topic
    IsScrollBarVisible Method (PageView)
    In This Topic
    This method returns visibility state of the scrollbar specified.
    Syntax
    '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.
    See Also