Enum TabCommandBehaviors
Defines behaviors for TabForwardCommand and TabBackwardCommand.
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
[Flags]
public enum TabCommandBehaviors
AppendTableRow
Command tries to append table row to the current table if possible.
ChangeParagraphLeftIndent
Command tries to change current paragraph's left indent if possible.
ChangeParagraphListLevel
Command tries to change current paragraph's list level if possible.
Default
Default behavior, which is combination of all other behaviors.
InsertTabSymbol
Command tries to insert tab symbol if possible.