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




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : GetScrollParams Method
Specifies the scrollbar whose attributes are requested.
Output parameter; horizontal or vertical field of this parameter is updated with requested information.
This method obtains the attributes of the scrollbar specified.
Syntax
'Declaration
 
Public Sub GetScrollParams( _
   ByVal scrollBarType As ImGearScrollBarType, _
   ByRef scrollInfo As ImGearScrollInfo _
) 
'Usage
 
Dim instance As PageView
Dim scrollBarType As ImGearScrollBarType
Dim scrollInfo As ImGearScrollInfo
 
instance.GetScrollParams(scrollBarType, scrollInfo)
public void GetScrollParams( 
   ImGearScrollBarType scrollBarType,
   ref ImGearScrollInfo scrollInfo
)
public: void GetScrollParams( 
   ImGearScrollBarType scrollBarType,
   ref ImGearScrollInfo scrollInfo
) 
public:
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

PageView Class
PageView Members