ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollableControl Class / GetScrollOnePercent Method
A System.IntPtr indicates the handle of ScrollableControl
The int value of scroll bar

In This Topic
    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 nBar As System.Integer _
    ) As System.Double
    protected static System.double GetScrollOnePercent( 
       System.IntPtr handle,
       System.int nBar
    )

    Parameters

    handle
    A System.IntPtr indicates the handle of ScrollableControl
    nBar
    The int value of scroll bar
    See Also