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:
C#
public abstract class ImageContextCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseImageContextCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
Methods
Determines whether the image context command can be executed, based on the provided RadDocument.
C#
public static bool CanExecuteImageContextCommand(RadDocument doc)
The RadDocument to evaluate for command execution.
Returns:True if the image context command can be executed; otherwise, false.