ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / VScrollBar Property

In This Topic
    VScrollBar Property (C1Combo)
    In This Topic
    Returns or sets the VBar object that controls the appearance of the vertical scrollbar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VScrollBar As VBar
    public VBar VScrollBar {get;}
    See Also