ImageGear .NET v25.1 - Updated
GetScrollBarDimensions Method (IImGearScrollableView)




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearScrollableView Interface : GetScrollBarDimensions Method
Specifies the scrollbar whose attributes are requested.
Returns width and height dimensions of the windows scroll bar.
Syntax
'Declaration
 
Function GetScrollBarDimensions( _
   ByVal scrollBarType As ImGearScrollBarType _
) As ImGearSize
'Usage
 
Dim instance As IImGearScrollableView
Dim scrollBarType As ImGearScrollBarType
Dim value As ImGearSize
 
value = instance.GetScrollBarDimensions(scrollBarType)
ImGearSize GetScrollBarDimensions( 
   ImGearScrollBarType scrollBarType
)
ImGearSize GetScrollBarDimensions( 
   ImGearScrollBarType scrollBarType
) 
ImGearSize GetScrollBarDimensions( 
   ImGearScrollBarType scrollBarType
) 

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.

Return Value

See Also

Reference

IImGearScrollableView Interface
IImGearScrollableView Members
ImGearScrollBarType Enumeration
ImGearSize Structure