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




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearScrollableView Interface : GetScrollParams Method
Specifies the scrollbar whose attributes are requested.
Output parameter; horizontal or vertical field of this parameter is updated with requested information.
Obtains the attributes of the scrollbar specified.
Syntax
'Declaration
 
Sub GetScrollParams( _
   ByVal scrollBarType As ImGearScrollBarType, _
   ByRef scrollInfo As ImGearScrollInfo _
) 
'Usage
 
Dim instance As IImGearScrollableView
Dim scrollBarType As ImGearScrollBarType
Dim scrollInfo As ImGearScrollInfo
 
instance.GetScrollParams(scrollBarType, scrollInfo)
void GetScrollParams( 
   ImGearScrollBarType scrollBarType,
   ref ImGearScrollInfo scrollInfo
)
void GetScrollParams( 
   ImGearScrollBarType scrollBarType,
   ref ImGearScrollInfo scrollInfo
) 
void GetScrollParams( 
   ImGearScrollBarType scrollBarType,
   ImGearScrollInfo% scrollInfo
) 

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.
scrollInfo
Output parameter; horizontal or vertical field of this parameter is updated with requested information.
See Also

Reference

IImGearScrollableView Interface
IImGearScrollableView Members
ImGearScrollBarType Enumeration
ImGearScrollInfo Structure