Class ShapeContextCommandBase
Represents the base class for commands related to shape context in the RichTextBox.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class ShapeContextCommandBase : RichTextBoxCommandBase, ICommand
Constructors
ShapeContextCommandBase(RadRichTextBox)
Methods
CanExecuteShapeContextCommand(RadDocument)
Determines whether the shape context command can be executed on the specified document.
Declaration
public static bool CanExecuteShapeContextCommand(RadDocument doc)
Parameters
RadDocument
doc
The RadDocument on which the shape context command is evaluated. |
Returns
System.Boolean
True if the command can be executed; otherwise, false. |