Enum CommandTargets
Specifies targets on which commands could be applied.
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
[Flags]
public enum CommandTargets
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
Note
The command can be applied on footnotes and endnotes.
ShapeText
The command can be applied on shape text box element.