ClassCommentCommandBase
Class
Represents the base class for comment commands in the RichTextBox control. This class provides the foundational functionality for handling comments within the document.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public abstract class CommentCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseCommentCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
CommentCommandBase(RadRichTextBox)
Declaration
cs-api-definition
protected CommentCommandBase(RadRichTextBox editor)
Parameters
editor
Properties
SupportedTargets
Gets the supported CommandTargets for the command.
Declaration
cs-api-definition
protected override CommandTargets SupportedTargets { get; }
Property Value
Overrides