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




In This Topic
    GetScrollBarDimensions Method (PageView)
    In This Topic
    This method returns width and height dimensions of the windows scroll bar.
    Syntax
    'Declaration
     
    Public Function GetScrollBarDimensions( _
       ByVal scrollBarType As ImGearScrollBarType _
    ) As ImGearSize
    'Usage
     
    Dim instance As PageView
    Dim scrollBarType As ImGearScrollBarType
    Dim value As ImGearSize
     
    value = instance.GetScrollBarDimensions(scrollBarType)
    public ImGearSize GetScrollBarDimensions( 
       ImGearScrollBarType scrollBarType
    )
    public: ImGearSize GetScrollBarDimensions( 
       ImGearScrollBarType scrollBarType
    ) 
    public:
    ImGearSize GetScrollBarDimensions( 
       ImGearScrollBarType scrollBarType
    ) 

    Parameters

    scrollBarType
    Specifies the scrollbar whose attributes are requested.

    Return Value

    Width and Height of the windows scroll bar.
    See Also