New to Telerik UI for WPFStart a free 30-day trial

Represents the base class for comment commands in the RichTextBox control. This class provides the foundational functionality for handling comments within the document.

Definition

Constructors

C#
protected CommentCommandBase(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Properties

Gets the supported CommandTargets for the command.

C#
protected override CommandTargets SupportedTargets { get; }

Overrides: RichTextBoxCommandBase.SupportedTargets