ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / IsScrollBarEnabled Method
Specifies the scrollbar whose attributes are requested.




In This Topic
    IsScrollBarEnabled Method (PageView)
    In This Topic
    This method returns whether or not the specified scrollbar is enabled.
    Syntax
    'Declaration
     
    Public Function IsScrollBarEnabled( _
       ByVal scrollBarType As ImGearScrollBarType _
    ) As Boolean
    'Usage
     
    Dim instance As PageView
    Dim scrollBarType As ImGearScrollBarType
    Dim value As Boolean
     
    value = instance.IsScrollBarEnabled(scrollBarType)
    public bool IsScrollBarEnabled( 
       ImGearScrollBarType scrollBarType
    )
    public: bool IsScrollBarEnabled( 
       ImGearScrollBarType scrollBarType
    ) 
    public:
    bool IsScrollBarEnabled( 
       ImGearScrollBarType scrollBarType
    ) 

    Parameters

    scrollBarType
    Specifies the scrollbar whose attributes are requested.

    Return Value

    True if scrollbar is enabled, false if it is not enabled.
    See Also