ClassImageContextCommandBase
Class
Represents the base class for commands that operate on image context in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public abstract class ImageContextCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseImageContextCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
ImageContextCommandBase(RadRichTextBox)
Declaration
cs-api-definition
public ImageContextCommandBase(RadRichTextBox editor)
Parameters
editor
Methods
CanExecuteImageContextCommand(RadDocument)
Determines whether the image context command can be executed, based on the provided RadDocument.
Declaration
cs-api-definition
public static bool CanExecuteImageContextCommand(RadDocument doc)
Parameters
doc
The RadDocument to evaluate for command execution.
Returns
True if the image context command can be executed; otherwise, false.
CanExecuteOverride(object)
Performs a check whether the command can be executed specific to the command.