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




In This Topic
    ShowScrollBar Method (IImGearScrollableView)
    In This Topic
    Changes visibility state of scrollbars associated with window.
    Syntax
    'Declaration
     
    Sub ShowScrollBar( _
       ByVal scrollBarType As ImGearScrollBarType, _
       ByVal state As Boolean _
    ) 
    'Usage
     
    Dim instance As IImGearScrollableView
    Dim scrollBarType As ImGearScrollBarType
    Dim state As Boolean
     
    instance.ShowScrollBar(scrollBarType, state)
    void ShowScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    )
    void ShowScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    ) 
    void ShowScrollBar( 
       ImGearScrollBarType scrollBarType,
       bool state
    ) 

    Parameters

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