InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTextBox Class / AcceptsTab Property

In This Topic
    AcceptsTab Property (InputTextBox)
    In This Topic
    Gets or sets a value that determines whether the InputTextBox should handle the Tab key in a multiline mode.
    Syntax
    'Declaration
     
    Public Property AcceptsTab As Boolean
    public bool AcceptsTab {get; set;}
    See Also