ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1NumericEdit Class / ScrollBars Property

In This Topic
    ScrollBars Property (C1NumericEdit)
    In This Topic
    Gets or sets which scroll bars should appear in a C1TextBox control.
    Syntax
    'Declaration
     
    
    Public Property ScrollBars As ScrollBars
    public ScrollBars ScrollBars {get; set;}
    See Also