EnumTabCommandBehaviors
Enum
Defines behaviors for TabForwardCommand and TabBackwardCommand.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
[Flags]
public enum TabCommandBehaviors
Fields
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.
Declaration
cs-api-definition
Default = InsertTabSymbol | ChangeParagraphListLevel | ChangeParagraphLeftIndent | NavigateInTable | AppendTableRow
Field Value
InsertTabSymbol
Command tries to insert tab symbol if possible.
NavigateInTable
Command tries to navigate caret position in current table if possible.