Represents the base class for commands related to shape context in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class ShapeContextCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShapeContextCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
Methods
Determines whether the shape context command can be executed on the specified document.
C#
public static bool CanExecuteShapeContextCommand(RadDocument doc)
The RadDocument on which the shape context command is evaluated.
Returns:True if the command can be executed; otherwise, false.