Class ImageContextCommandBase
Represents the base class for commands that operate on image context in the RichTextBox.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class ImageContextCommandBase : RichTextBoxCommandBase, ICommand
Constructors
ImageContextCommandBase(RadRichTextBox)
Methods
CanExecuteImageContextCommand(RadDocument)
Determines whether the image context command can be executed, based on the provided RadDocument.
Declaration
public static bool CanExecuteImageContextCommand(RadDocument doc)
Parameters
RadDocument
doc
The RadDocument to evaluate for command execution. |
Returns
System.Boolean
True if the image context command can be executed; otherwise, false. |
CanExecuteOverride(Object)
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|