ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / SetScrollPos Method

In This Topic
    SetScrollPos Method (C1Ribbon)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function SetScrollPos( _
       ByVal nBar As System.Integer, _
       ByVal pos As System.Integer _
    ) As System.Integer
    protected System.int SetScrollPos( 
       System.int nBar,
       System.int pos
    )

    Parameters

    nBar
    pos
    See Also