Class CommandTargets
Specifies targets on which commands could be applied.
Inheritance
System.Object
CommandTargets
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class CommandTargets : Enum
Fields
All
The command can be applied on all document parts.
Declaration
public const CommandTargets All
Field Value
Comment
The command can be applied on comments.
Declaration
public const CommandTargets Comment
Field Value
DocumentBody
The command can be applied on main document body.
Declaration
public const CommandTargets DocumentBody
Field Value
HeaderFooter
Note
The command can be applied on footnotes and endnotes.
Declaration
public const CommandTargets Note
Field Value
ShapeText
The command can be applied on shape text box element.
Declaration
public const CommandTargets ShapeText
Field Value
value__
Declaration
public int value__
Field Value
System.
|