ClassImageContextCommandBase
Class
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.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)
Declaration
cs-api-definition
public static bool CanExecuteImageContextCommand(RadDocument doc)
Parameters
doc
Returns
CanExecuteOverride(object)
Performs a check whether the command can be executed specific to the command.