Class
CommentCommandBase

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

Implements: ICommand

Inherited Members RichTextBoxCommandBase.CanExecute(object)RichTextBoxCommandBase.CanExecuteOverride(object)RichTextBoxCommandBase.Execute()RichTextBoxCommandBase.Execute(object)RichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent()RichTextBoxCommandBase.Execute(object, bool)RichTextBoxCommandBase.ExecuteOverride(object)RichTextBoxCommandBase.UpdateSpanStyle()RichTextBoxCommandBase.UpdateSectionStyle()RichTextBoxCommandBase.GetCurrentParagraphStyle()RichTextBoxCommandBase.GetCurrentSpanStyle()RichTextBoxCommandBase.GetCurrentSectionStyle()RichTextBoxCommandBase.OnCanExecuteChanged()RichTextBoxCommandBase.AssociatedRichTextBoxRichTextBoxCommandBase.CanExecuteInReadOnlyModeRichTextBoxCommandBase.CanExecuteInReadOnlyRangeRichTextBoxCommandBase.IsDeletingCommandRichTextBoxCommandBase.CanExecuteBehaviorInProtectedDocumentRichTextBoxCommandBase.ShouldFocusCaretAfterExecuteRichTextBoxCommandBase.EnabledRichTextBoxCommandBase.CanExecuteChanged

Constructors

CommentCommandBase(RadRichTextBox)

Declaration

cs-api-definition
protected CommentCommandBase(RadRichTextBox editor)

Parameters

editor

RadRichTextBox

Properties

SupportedTargets

Gets the supported CommandTargets for the command.

Declaration

cs-api-definition
protected override CommandTargets SupportedTargets { get; }

Property Value

CommandTargets

Overrides RichTextBoxCommandBase.SupportedTargets