Enum
CommandTargets

Specifies targets on which commands could be applied.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
[Flags]
public enum CommandTargets

Fields

All

The command can be applied on all document parts.

Declaration

cs-api-definition
All = HeaderFooter | Comment

Field Value

CommandTargets

Comment

The command can be applied on comments.

Declaration

cs-api-definition
Comment = 2

Field Value

CommandTargets

DocumentBody

The command can be applied on main document body.

Declaration

cs-api-definition
DocumentBody = 0

Field Value

CommandTargets

HeaderFooter

The command can be applied on headers and footers.

Declaration

cs-api-definition
HeaderFooter = 1

Field Value

CommandTargets

Note

The command can be applied on footnotes and endnotes.

Declaration

cs-api-definition
Note = HeaderFooter | Comment

Field Value

CommandTargets

ShapeText

The command can be applied on shape text box element.

Declaration

cs-api-definition
ShapeText = 4

Field Value

CommandTargets