Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / AcceptsTab Property

In This Topic
    AcceptsTab Property (C1TextBox)
    In This Topic
    Gets or sets a value indicating whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order.
    Syntax
    'Declaration
     
    
    Public Property AcceptsTab As Boolean
    public bool AcceptsTab {get; set;}
    See Also