Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollableControl Class / ScrollBars Property

In This Topic
    ScrollBars Property (ScrollableControl)
    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