Enum
TabCommandBehaviors

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.

Declaration

cs-api-definition
AppendTableRow = 16

Field Value

TabCommandBehaviors

ChangeParagraphLeftIndent

Command tries to change current paragraph's left indent if possible.

Declaration

cs-api-definition
ChangeParagraphLeftIndent = 4

Field Value

TabCommandBehaviors

ChangeParagraphListLevel

Command tries to change current paragraph's list level if possible.

Declaration

cs-api-definition
ChangeParagraphListLevel = 2

Field Value

TabCommandBehaviors

Default

Default behavior, which is combination of all other behaviors.

Declaration

cs-api-definition
Default = InsertTabSymbol | ChangeParagraphListLevel | ChangeParagraphLeftIndent | NavigateInTable | AppendTableRow

Field Value

TabCommandBehaviors

InsertTabSymbol

Command tries to insert tab symbol if possible.

Declaration

cs-api-definition
InsertTabSymbol = 1

Field Value

TabCommandBehaviors

NavigateInTable

Command tries to navigate caret position in current table if possible.

Declaration

cs-api-definition
NavigateInTable = 8

Field Value

TabCommandBehaviors