CommentCommandBase
Class
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class CommentCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseCommentCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
Properties
Gets the supported CommandTargets for the command.
C#
protected override CommandTargets SupportedTargets { get; }
Overrides: