ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / EnableScrollBar Method
Specifies the scrollbar whose attributes are requested.
Enable (true) or disable (false) scrollbar.




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

    Parameters

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