ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearScrollableView Interface / EnableScrollBar Method
Specifies the scrollbar whose attributes are changed.
Enable (true) or disable (false) scrollbar.




In This Topic
    EnableScrollBar Method (IImGearScrollableView)
    In This Topic
    Enables or disables the scrollbars associated with window.
    Syntax
    'Declaration
     
    Sub EnableScrollBar( _
       ByVal scrollBarType As ImGearScrollBarType, _
       ByVal state As Boolean _
    ) 
    'Usage
     
    Dim instance As IImGearScrollableView
    Dim scrollBarType As ImGearScrollBarType
    Dim state As Boolean
     
    instance.EnableScrollBar(scrollBarType, state)
    void EnableScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    )
    void EnableScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    ) 
    void EnableScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    ) 

    Parameters

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