GetScrollPercent Method (ScrollableControl)
In This Topic
Gets percent of scrolled.
Syntax
'Declaration
Protected Shared Function GetScrollPercent( _
ByVal handle As System.IntPtr, _
ByVal As System.Integer _
) As System.Double
protected static System.double GetScrollPercent(
System.IntPtr handle,
System.int
)
Parameters
- handle
- A System.IntPtr indicates the handle of ScrollableControl
- nBar
- The int value of scroll bar
See Also