ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / ShowScrollBar Method / ShowScrollBar(ImGearScrollBarType,Boolean) Method
Specifies the scrollbar whose attributes are requested.
Show (true) or hide (false) scrollbar.




In This Topic
    ShowScrollBar(ImGearScrollBarType,Boolean) Method
    In This Topic
    Change visibility state of scrollbars associated with window.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowScrollBar( _
       ByVal scrollBarType As ImGearScrollBarType, _
       ByVal state As Boolean _
    ) 
    'Usage
     
    Dim instance As PageView
    Dim scrollBarType As ImGearScrollBarType
    Dim state As Boolean
     
    instance.ShowScrollBar(scrollBarType, state)
    public void ShowScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    )
    public: void ShowScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    ) 
    public:
    void ShowScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    ) 

    Parameters

    scrollBarType
    Specifies the scrollbar whose attributes are requested.
    state
    Show (true) or hide (false) scrollbar.
    See Also