True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.Util Namespace / SBar Class / SBar Constructor

In This Topic
    SBar Constructor
    In This Topic
    Initializes a new instance of the SBar class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As View, _
       ByVal sbar As System.Windows.Forms.ScrollBar _
    )
    public SBar( 
       View owner,
       System.Windows.Forms.ScrollBar sbar
    )

    Parameters

    owner
    sbar
    See Also