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