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

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