[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.AcceptsTab

AcceptsTab Property

AcceptsTab

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.

Declaration
public bool AcceptsTab { get; set; }
Implements