Class DrawingContextCommandBase
Represents the base class for commands that interact with the drawing context in the Telerik RichTextBox.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class DrawingContextCommandBase : RichTextBoxCommandBase, ICommand
Constructors
DrawingContextCommandBase(RadRichTextBox)
Declaration
public DrawingContextCommandBase(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Methods
CanExecuteDrawingContextCommand(RadDocument)
Determines whether the specified drawing context command can be executed for the given RadDocument.
Declaration
public static bool CanExecuteDrawingContextCommand(RadDocument doc)
Parameters
RadDocument
doc
The RadDocument for which to check the ability to execute the drawing context command. |
Returns
System.Boolean
Returns |