ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ScrollableControl Class / GetTrackPos Method

In This Topic
    GetTrackPos Method (ScrollableControl)
    In This Topic
    Gets the immediate position of the specified scroll box that the user is dragging.
    Syntax
    'Declaration
     
    Protected Function GetTrackPos( _
       ByVal nBar As System.Integer _
    ) As System.Integer
    protected System.int GetTrackPos( 
       System.int nBar
    )

    Parameters

    nBar
    See Also