Class DrawingContextCommandBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class DrawingContextCommandBase : RichTextBoxCommandBase, ICommand
Constructors
DrawingContextCommandBase(RadRichTextBox)
Declaration
public DrawingContextCommandBase(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Methods
CanExecuteDrawingContextCommand(RadDocument)
Declaration
public static bool CanExecuteDrawingContextCommand(RadDocument doc)
Parameters
RadDocument
doc
|
Returns
System.Boolean
|