ImageGear .NET v24.12 - Updated
GetScrollBarDimensions Method (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : GetScrollBarDimensions Method
Specifies the scrollbar whose attributes are requested.
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

Reference

PageView Class
PageView Members