CommentCommandBase
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:
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: