Class TabCommandBehaviors
Defines behaviors for TabForwardCommand and TabBackwardCommand.
Inheritance
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class TabCommandBehaviors : Enum
Fields
AppendTableRow
Command tries to append table row to the current table if possible.
Declaration
public const TabCommandBehaviors AppendTableRow
Field Value
TabCommandBehaviors
|
ChangeParagraphLeftIndent
Command tries to change current paragraph's left indent if possible.
Declaration
public const TabCommandBehaviors ChangeParagraphLeftIndent
Field Value
TabCommandBehaviors
|
ChangeParagraphListLevel
Command tries to change current paragraph's list level if possible.
Declaration
public const TabCommandBehaviors ChangeParagraphListLevel
Field Value
TabCommandBehaviors
|
Default
Default behavior, which is combination of all other behaviors.
Declaration
public const TabCommandBehaviors Default
Field Value
TabCommandBehaviors
|
InsertTabSymbol
Command tries to insert tab symbol if possible.
Declaration
public const TabCommandBehaviors InsertTabSymbol
Field Value
TabCommandBehaviors
|
NavigateInTable
value__
Declaration
public int value__
Field Value
System.Int32
|