EnumCommandTargets
Enum
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.
Comment
The command can be applied on comments.
DocumentBody
The command can be applied on main document body.
HeaderFooter
The command can be applied on headers and footers.
Note
The command can be applied on footnotes and endnotes.
ShapeText
The command can be applied on shape text box element.