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