ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPageView Class / EnableScrollBar Method
Which scroll bar to enable to disable.
Whether to enable the scrollbar or not.




In This Topic
    EnableScrollBar Method (ImGearPageView)
    In This Topic
    Enable or disable specified scroll bar.
    Syntax
    'Declaration
     
    Public Sub EnableScrollBar( _
       ByVal scrollBarType As ImGearScrollBarType, _
       ByVal state As Boolean _
    ) 
    'Usage
     
    Dim instance As ImGearPageView
    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
    Which scroll bar to enable to disable.
    state
    Whether to enable the scrollbar or not.
    See Also