ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearScrollableView Interface / IsScrollBarVisible Method
Specifies the scrollbar whose attributes are requested.




In This Topic
    IsScrollBarVisible Method (IImGearScrollableView)
    In This Topic
    Returns a value indicating whether the scrollbar is visible.
    Syntax
    'Declaration
     
    Function IsScrollBarVisible( _
       ByVal scrollBarType As ImGearScrollBarType _
    ) As Boolean
    'Usage
     
    Dim instance As IImGearScrollableView
    Dim scrollBarType As ImGearScrollBarType
    Dim value As Boolean
     
    value = instance.IsScrollBarVisible(scrollBarType)
    bool IsScrollBarVisible( 
       ImGearScrollBarType scrollBarType
    )
    bool IsScrollBarVisible( 
       ImGearScrollBarType scrollBarType
    ) 
    bool IsScrollBarVisible( 
       ImGearScrollBarType scrollBarType
    ) 

    Parameters

    scrollBarType
    Specifies the scrollbar whose attributes are requested.

    Return Value

    Boolean value.
    See Also