InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / XView Class / GetTrackPos Method

In This Topic
    GetTrackPos Method (XView)
    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 Integer _
    ) As Integer
    protected int GetTrackPos( 
       int nBar
    )

    Parameters

    nBar
    See Also