InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / ScrollBars Property

In This Topic
    ScrollBars Property (C1InputPanelBase)
    In This Topic
    Gets or sets which scroll bars should appear on the control.
    Syntax
    'Declaration
     
    Public Overridable Property ScrollBars As ScrollBars
    public virtual ScrollBars ScrollBars {get; set;}
    See Also