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

Provides a set of commands for manipulating the RichTextBox in Telerik's UI framework.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class RichTextBoxCommands : INotifyPropertyChanged

Inheritance: objectRichTextBoxCommands

Derived Classes: RichTextBoxCommandsTranslator

Implements: INotifyPropertyChanged

Properties

AcceptAllRevisions

RoutedCommand

Accepts all revisions in the RichTextBox, consolidating the document to a single version without any tracked changes.

C#
public static RoutedCommand AcceptAllRevisions { get; }
Remarks:

This method processes all revisions and removes any markup associated with them, ensuring that the final document reflects only the accepted content.

Accepts all revisions in the rich text box document, merging any changes made by different authors.

C#
public virtual AcceptAllRevisionsCommand AcceptAllRevisionsCommand { get; }

AcceptRevision

RoutedCommand

Accepts a revision in the rich text box, incorporating the changes into the document.

C#
public static RoutedCommand AcceptRevision { get; }

Executes the command to accept a revision in the rich text box.

C#
public virtual AcceptRevisionCommand AcceptRevisionCommand { get; }

AddShapeTextBox

RoutedCommand

Adds a Shape TextBox to the RichTextBox document.

C#
public static RoutedCommand AddShapeTextBox { get; }
C#
public virtual AddShapeTextBoxCommand AddShapeTextBoxCommand { get; }

Gets or sets the associated RichTextBox for the command.

C#
public RadRichTextBox AssociatedRichTextBox { get; }
Property Value:

The associated RichTextBox instance.

CancelFormatPainter

RoutedCommand

Cancels the format painter operation in the RichTextBox.

C#
public static RoutedCommand CancelFormatPainter { get; }

Cancels the active format painter command in the RichTextBox. This command resets any formatting copied from another text range, allowing the user to continue editing without the format painter effect.

C#
public virtual CancelFormatPainterCommand CancelFormatPainterCommand { get; }

Changes the display mode of all fields within the RichTextBox.

C#
public static RoutedCommand ChangeAllFieldsDisplayMode { get; }

Changes the display mode of all fields in the RichTextBox.

C#
public virtual ChangeAllFieldsDisplayModeCommand ChangeAllFieldsDisplayModeCommand { get; }

Changes the bibliographic style of the rich text box.

C#
public static RoutedCommand ChangeBibliographicStyle { get; }

Executes the command to change the bibliographic style of the rich text box.

C#
public virtual ChangeBibliographicStyleCommand ChangeBibliographicStyleCommand { get; }

ChangeFontFamily

RoutedCommand

Changes the font family of the selected text in the RichTextBox.

C#
public static RoutedCommand ChangeFontFamily { get; }

Changes the font family of the selected text in the RichTextBox.

C#
public virtual ChangeFontFamilyCommand ChangeFontFamilyCommand { get; }

ChangeFontForeColor

RoutedCommand

Changes the foreground color of the font in the RichTextBox.

C#
public static RoutedCommand ChangeFontForeColor { get; }

Executes the command to change the font foreground color in the rich text box.

C#
public virtual ChangeFontForeColorCommand ChangeFontForeColorCommand { get; }

Changes the font highlight color of the selected text in the RichTextBox.

C#
public static RoutedCommand ChangeFontHighlightColor { get; }

Represents a command to change the font highlight color in a rich text box.

C#
public virtual ChangeFontHighlightColorCommand ChangeFontHighlightColorCommand { get; }

ChangeFontSize

RoutedCommand

Changes the font size of the selected text in the RichTextBox.

C#
public static RoutedCommand ChangeFontSize { get; }

Represents a command that changes the font size of the selected text in a RichTextBox.

C#
public virtual ChangeFontSizeCommand ChangeFontSizeCommand { get; }

Changes the state of the format painter tool in the RichTextBox.

C#
public static RoutedCommand ChangeFormatPainterState { get; }

Represents a command that changes the state of the format painter in the RichTextBox.

C#
public virtual ChangeFormatPainterStateCommand ChangeFormatPainterStateCommand { get; }

Changes the image wrapping style in the RichTextBox.

C#
public static RoutedCommand ChangeImageWrappingStyle { get; }

Executes the command to change the image wrapping style in a RichTextBox.

C#
public virtual ChangeImageWrappingStyleCommand ChangeImageWrappingStyleCommand { get; }

Changes the type of the integrated watermark in the RichTextBox.

C#
public static RoutedCommand ChangeIntegratedWatermarkType { get; }

Represents a command that changes the integrated watermark type of the RichTextBox.

C#
public virtual ChangeIntegratedWatermarkTypeCommand ChangeIntegratedWatermarkTypeCommand { get; }

ChangeLayoutMode

RoutedCommand

Changes the layout mode of the RichTextBox.

C#
public static RoutedCommand ChangeLayoutMode { get; }

Represents a command that changes the layout mode of the RichTextBox.

C#
public virtual ChangeLayoutModeCommand ChangeLayoutModeCommand { get; }

ChangeListStyle

RoutedCommand

Changes the list style of the selected text in the RichTextBox.

C#
public static RoutedCommand ChangeListStyle { get; }

Executes the command to change the list style in the RichTextBox.

C#
public virtual ChangeListStyleCommand ChangeListStyleCommand { get; }

ChangePageMargins

RoutedCommand

Changes the page margins of the RichTextBox.

C#
public static RoutedCommand ChangePageMargins { get; }

Represents the command to change the page margins in a RichTextBox.

C#
public virtual ChangePageMarginsTypeCommand ChangePageMarginsCommand { get; }

Changes the page orientation of the rich text box. This command updates the page layout to either portrait or landscape mode according to the specified orientation.

C#
public static RoutedCommand ChangePageOrientation { get; }

Represents a command to change the page orientation in a RichTextBox.

C#
public virtual ChangePageOrientationCommand ChangePageOrientationCommand { get; }

ChangePaperType

RoutedCommand

Changes the paper type of the RichTextBox document.

C#
public static RoutedCommand ChangePaperType { get; }

Represents a command to change the paper type in the RichTextBox.

C#
public virtual ChangePaperTypeCommand ChangePaperTypeCommand { get; }

Changes the background color of the specified paragraph in the rich text box.

C#
public static RoutedCommand ChangeParagraphBackgroundColor { get; }

Executes the command to change the background color of the selected paragraph in the RichTextBox.

C#
public virtual ChangeParagraphBackgroundColorCommand ChangeParagraphBackgroundColorCommand { get; }

Changes the flow direction of the specified paragraph in the rich text box.

C#
public static RoutedCommand ChangeParagraphFlowDirection { get; }

Represents a command that changes the flow direction of a paragraph in the RichTextBox.

C#
public virtual ChangeParagraphFlowDirectionCommand ChangeParagraphFlowDirectionCommand { get; }

Changes the paragraph list level for the specified paragraph in the RichTextBox.

C#
public static RoutedCommand ChangeParagraphListLevel { get; }

Represents a command that changes the paragraph list level in a RichTextBox.

C#
public virtual ChangeParagraphListLevelCommand ChangeParagraphListLevelCommand { get; }

Changes the rotation of the text to match the specified shape's rotation.

C#
public static RoutedCommand ChangeRotateTextWithShape { get; }
C#
public virtual ChangeRotateTextWithShapeCommand ChangeRotateTextWithShapeCommand { get; }

Changes the number of columns in the specified section of the rich text box.

C#
public static RoutedCommand ChangeSectionColumns { get; }

Represents the command to change the number of columns in a section of a rich text box.

C#
public virtual ChangeSectionColumnsCommand ChangeSectionColumnsCommand { get; }

Changes the bottom margin of the footer for the specified section in a rich text box.

C#
public static RoutedCommand ChangeSectionFooterBottomMargin { get; }

Executes the command to change the bottom margin of the footer in the specified section.

C#
public virtual ChangeSectionFooterBottomMarginCommand ChangeSectionFooterBottomMarginCommand { get; }

Changes the top margin of the section header in the RichTextBox.

C#
public static RoutedCommand ChangeSectionHeaderTopMargin { get; }

Represents a command that changes the top margin of the section header in a RichTextBox.

C#
public virtual ChangeSectionHeaderTopMarginCommand ChangeSectionHeaderTopMarginCommand { get; }

Changes the shape's auto-fit setting to adjust to the text within the shape.

C#
public static RoutedCommand ChangeShapeAutoFitToText { get; }
C#
public virtual ChangeShapeAutoFitToTextCommand ChangeShapeAutoFitToTextCommand { get; }

ChangeShapeFill

RoutedCommand

Changes the fill of a specified shape in the RichTextBox document.

C#
public static RoutedCommand ChangeShapeFill { get; }
C#
public virtual ChangeShapeFillCommand ChangeShapeFillCommand { get; }

Changes the outline dash style of the specified shape within the rich text box.

C#
public static RoutedCommand ChangeShapeOutlineDash { get; }
C#
public virtual ChangeShapeOutlineDashCommand ChangeShapeOutlineDashCommand { get; }

Changes the outline and fill properties of a shape within the RichTextBox.

C#
public static RoutedCommand ChangeShapeOutlineFill { get; }
C#
public virtual ChangeShapeOutlineFillCommand ChangeShapeOutlineFillCommand { get; }

Changes the outline width of the specified shape in the RichTextBox.

C#
public static RoutedCommand ChangeShapeOutlineWidth { get; }
C#
public virtual ChangeShapeOutlineWidthCommand ChangeShapeOutlineWidthCommand { get; }

Changes the bottom margin of a shape within the RichTextBox.

C#
public static RoutedCommand ChangeShapeTextBottomMargin { get; }
C#
public virtual ChangeShapeTextBottomMarginCommand ChangeShapeTextBottomMarginCommand { get; }

ChangeShapeTextFill

RoutedCommand

Changes the text fill of a specified shape in the rich text box.

C#
public static RoutedCommand ChangeShapeTextFill { get; }
C#
public virtual ChangeShapeTextFillCommand ChangeShapeTextFillCommand { get; }

Changes the left margin of the shape text in the RichTextBox.

C#
public static RoutedCommand ChangeShapeTextLeftMargin { get; }
C#
public virtual ChangeShapeTextLeftMarginCommand ChangeShapeTextLeftMarginCommand { get; }

Changes the outline dash style of a shape in the rich text box.

C#
public static RoutedCommand ChangeShapeTextOutlineDash { get; }
C#
public virtual ChangeShapeTextOutlineDashCommand ChangeShapeTextOutlineDashCommand { get; }

Changes the outline fill of a shape in the rich text box.

C#
public static RoutedCommand ChangeShapeTextOutlineFill { get; }
C#
public virtual ChangeShapeTextOutlineFillCommand ChangeShapeTextOutlineFillCommand { get; }

Changes the outline width of the text shape in the RichTextBox.

C#
public static RoutedCommand ChangeShapeTextOutlineWidth { get; }
C#
public virtual ChangeShapeTextOutlineWidthCommand ChangeShapeTextOutlineWidthCommand { get; }

Changes the right margin of the shape's text in the RichTextBox.

C#
public static RoutedCommand ChangeShapeTextRightMargin { get; }
C#
public virtual ChangeShapeTextRightMarginCommand ChangeShapeTextRightMarginCommand { get; }

Changes the text rotation of the specified shape in the RichTextBox.

C#
public static RoutedCommand ChangeShapeTextRotation { get; }
C#
public virtual ChangeShapeTextRotationCommand ChangeShapeTextRotationCommand { get; }

Changes the top margin of a shape's text in the rich text box.

C#
public static RoutedCommand ChangeShapeTextTopMargin { get; }
C#
public virtual ChangeShapeTextTopMarginCommand ChangeShapeTextTopMarginCommand { get; }

Changes the vertical alignment of text within a specified shape in the RichTextBox.

C#
public static RoutedCommand ChangeShapeTextVerticalAlignment { get; }
C#
public virtual ChangeShapeTextVerticalAlignmentCommand ChangeShapeTextVerticalAlignmentCommand { get; }

ChangeShapeTextWrap

RoutedCommand

Changes the text wrapping style of a specified shape in the RichTextBox.

C#
public static RoutedCommand ChangeShapeTextWrap { get; }
C#
public virtual ChangeShapeTextWrapCommand ChangeShapeTextWrapCommand { get; }
C#
public static RoutedCommand ChangeShapeWrappingStyle { get; }
C#
public virtual ChangeShapeWrappingStyleCommand ChangeShapeWrappingStyleCommand { get; }

ChangeStyleName

RoutedCommand

Changes the style name of the rich text box content.

C#
public static RoutedCommand ChangeStyleName { get; }

Executes the ChangeStyleName command, which changes the style of the selected text in the RichTextBox.

C#
public virtual ChangeStyleNameCommand ChangeStyleNameCommand { get; }

Changes the layout mode of the columns in the specified table within the RichTextBox.

C#
public static RoutedCommand ChangeTableColumnsLayoutMode { get; }

Represents a command that changes the layout mode of table columns in a rich text box.

C#
public virtual ChangeTableColumnsLayoutModeCommand ChangeTableColumnsLayoutModeCommand { get; }

ChangeTextAlignment

RoutedCommand

Changes the text alignment of the selected content in the RichTextBox.

C#
public static RoutedCommand ChangeTextAlignment { get; }

Represents a command that changes the text alignment in a rich text box.

C#
public virtual ChangeTextAlignmentCommand ChangeTextAlignmentCommand { get; }

Changes the underline color of the selected text in the RichTextBox.

C#
public static RoutedCommand ChangeUnderlineColor { get; }

Executes the command to change the underline color of the selected text in a RichTextBox.

C#
public virtual ChangeUnderlineColorCommand ChangeUnderlineColorCommand { get; }

Changes the underline decoration of the selected text in the RichTextBox.

C#
public static RoutedCommand ChangeUnderlineDecoration { get; }

Executes the command to change the underline decoration of the selected text in the RichTextBox.

C#
public virtual ChangeUnderlineDecorationCommand ChangeUnderlineDecorationCommand { get; }

ClearAllFormatting

RoutedCommand

Clears all formatting from the content in the RichTextBox.

C#
public static RoutedCommand ClearAllFormatting { get; }

Clears all formatting from the selected text in the RichTextBox.

C#
public virtual ClearAllFormattingCommand ClearAllFormattingCommand { get; }

ClearFormatting

RoutedCommand

Clears all formatting from the selected text in the rich text box.

C#
public static RoutedCommand ClearFormatting { get; }

Represents a command that clears formatting from the selected content in a RichTextBox.

C#
public virtual ClearFormattingCommand ClearFormattingCommand { get; }

ContinueNumbering

RoutedCommand

Continues the numbering of a list in the RichTextBox.

C#
public static RoutedCommand ContinueNumbering { get; }

Represents the command to continue numbering for a list in the RichTextBox.

C#
public virtual ContinueNumberingCommand ContinueNumberingCommand { get; }
C#
public static RoutedCommand ConvertFloatingShapeToShapeInline { get; }
C#
public virtual ConvertFloatingShapeToShapeInlineCommand ConvertFloatingShapeToShapeInlineCommand { get; }

Converts an image to an inline image within the rich text box.

C#
public static RoutedCommand ConvertImageToImageInline { get; }

Represents a command that converts an image to an inline image in a rich text box.

C#
public virtual ConvertImageToImageInlineCommand ConvertImageToImageInlineCommand { get; }

Copy

RoutedCommand

Copies the currently selected content in the RichTextBox to the clipboard.

C#
public static RoutedCommand Copy { get; }

Represents the command that copies the selected content in the RichTextBox.

C#
public virtual CopyCommand CopyCommand { get; }

CopyFormatting

RoutedCommand

Copies the formatting of the currently selected text in the rich text box.

C#
public static RoutedCommand CopyFormatting { get; }

Represents a command that copies the formatting of the selected text in the RichTextBox.

C#
public virtual CopyFormattingCommand CopyFormattingCommand { get; }

RoutedCommand

Copies the hyperlink of the currently selected text in the RichTextBox to the clipboard.

C#
public static RoutedCommand CopyHyperlink { get; }

Represents a command to copy a hyperlink from the rich text box.

C#
public virtual CopyHyperlinkCommand CopyHyperlinkCommand { get; }

Cut

RoutedCommand

Cuts the currently selected content from the rich text box and places it on the clipboard.

C#
public static RoutedCommand Cut { get; }

Executes the cut command, allowing the selection of text to be removed from the rich text box and placed on the clipboard for later use.

C#
public virtual CutCommand CutCommand { get; }

DecrementFontSize

RoutedCommand

Decreases the font size of the selected text in the RichTextBox.

C#
public static RoutedCommand DecrementFontSize { get; }

Decreases the font size of the selected text in the RichTextBox.

C#
public virtual DecrementFontSizeCommand DecrementFontSizeCommand { get; }

DecrementPageWidth

RoutedCommand

Decreases the width of the page in the RichTextBox by a specified amount.

C#
public static RoutedCommand DecrementPageWidth { get; }

Decreases the left indent of the selected paragraph in the RichTextBox.

C#
public static RoutedCommand DecrementParagraphLeftIndent { get; }

Represents a command that decrements the left indent of the current paragraph in the RichTextBox.

C#
public virtual DecrementParagraphLeftIndentCommand DecrementParagraphLeftIndentCommand { get; }

Decreases the list level of the selected paragraphs in the RichTextBox control.

C#
public static RoutedCommand DecrementParagraphListLevel { get; }

Decrements the list level of the paragraph in the RichTextBox. This command shifts the paragraph one level up in the hierarchy of list items, making it less prominent within the list structure.

C#
public virtual DecrementParagraphListLevelCommand DecrementParagraphListLevelCommand { get; }

Delete

RoutedCommand

Deletes the selected content from the rich text box.

C#
public static RoutedCommand Delete { get; }

DeleteAllComments

RoutedCommand

Deletes all comments from the RichTextBox.

C#
public static RoutedCommand DeleteAllComments { get; }

Represents a command that deletes all comments from the RichTextBox document.

C#
public virtual DeleteAllCommentsCommand DeleteAllCommentsCommand { get; }

DeleteCodeBlock

RoutedCommand

Deletes a code block from the rich text box.

C#
public static RoutedCommand DeleteCodeBlock { get; }

Executes the command to delete a code block from the RichTextBox.

C#
public virtual DeleteCodeBlockCommand DeleteCodeBlockCommand { get; }

Represents a command to delete selected content in a RichTextBox.

C#
public virtual DeleteCommand DeleteCommand { get; }

DeleteComment

RoutedCommand

Deletes the specified comment from the document.

C#
public static RoutedCommand DeleteComment { get; }

Represents a command that deletes a comment from the RichTextBox.

C#
public virtual DeleteCommentCommand DeleteCommentCommand { get; }

DeleteTable

RoutedCommand

Executes the command to delete a table from the RichTextBox.

C#
public static RoutedCommand DeleteTable { get; }

DeleteTableColumn

RoutedCommand

Deletes the specified column from the table in the rich text box.

C#
public static RoutedCommand DeleteTableColumn { get; }

Represents a command to delete a column from a table in the rich text box.

C#
public virtual DeleteTableColumnCommand DeleteTableColumnCommand { get; }

Represents a command that deletes a table from the rich text box.

C#
public virtual DeleteTableCommand DeleteTableCommand { get; }

DeleteTableRow

RoutedCommand

Deletes the specified row from a table in the RichTextBox.

C#
public static RoutedCommand DeleteTableRow { get; }

Represents a command that deletes a selected row from a table in a RichTextBox.

C#
public virtual DeleteTableRowCommand DeleteTableRowCommand { get; }

EditFooter

RoutedCommand

Executes the command to edit the footer of the document in the RichTextBox.

C#
public static RoutedCommand EditFooter { get; }

Represents a command to edit the footer of a document in the RichTextBox control.

C#
public virtual EditFooterCommand EditFooterCommand { get; }

EditHeader

RoutedCommand

Edits the header of the RichTextBox document.

C#
public static RoutedCommand EditHeader { get; }

Represents a command to edit the header of a Rich Text Box.

C#
public virtual EditHeaderCommand EditHeaderCommand { get; }

EditShapeTextBox

RoutedCommand

Edits the text box shape in the RichTextBox.

C#
public static RoutedCommand EditShapeTextBox { get; }
C#
public virtual EditShapeTextBoxCommand EditShapeTextBoxCommand { get; }

Exits the header or footer edit mode in the RichTextBox control.

C#
public static RoutedCommand ExitHeaderFooterEditMode { get; }

Exits the header and footer edit mode in the RichTextBox.

C#
public virtual ExitHeaderFooterEditModeCommand ExitHeaderFooterEditModeCommand { get; }

GoToNextComment

RoutedCommand

Navigates to the next comment in the RichTextBox.

C#
public static RoutedCommand GoToNextComment { get; }

Executes the command to navigate to the next comment in the rich text document.

C#
public virtual GoToNextCommentCommand GoToNextCommentCommand { get; }

GoToNextEndnote

RoutedCommand

Navigates to the next endnote in the rich text box.

C#
public static RoutedCommand GoToNextEndnote { get; }

Navigates to the next endnote in the document.

C#
public virtual GoToNextEndnoteCommand GoToNextEndnoteCommand { get; }

GoToNextFootnote

RoutedCommand

Moves the focus to the next footnote in the RichTextBox.

C#
public static RoutedCommand GoToNextFootnote { get; }

Executes the command to navigate to the next footnote within the rich text box.

C#
public virtual GoToNextFootnoteCommand GoToNextFootnoteCommand { get; }

GoToNextRevision

RoutedCommand

Moves the caret to the next revision in the rich text box document.

C#
public static RoutedCommand GoToNextRevision { get; }

Executes the command to navigate to the next revision within the RichTextBox.

C#
public virtual GoToNextRevisionCommand GoToNextRevisionCommand { get; }

GoToPreviousComment

RoutedCommand

Navigates to the previous comment in the rich text box.

C#
public static RoutedCommand GoToPreviousComment { get; }

Navigates to the previous comment in the rich text document.

C#
public virtual GoToPreviousCommentCommand GoToPreviousCommentCommand { get; }

GoToPreviousEndnote

RoutedCommand

Navigates the cursor to the previous endnote in the rich text document.

C#
public static RoutedCommand GoToPreviousEndnote { get; }

Represents the command to navigate to the previous endnote in a rich text box.

C#
public virtual GoToPreviousEndnoteCommand GoToPreviousEndnoteCommand { get; }

Navigates to the previous footnote in the rich text box.

C#
public static RoutedCommand GoToPreviousFootnote { get; }

Executes the command to navigate to the previous footnote in the rich text box.

C#
public virtual GoToPreviousFootnoteCommand GoToPreviousFootnoteCommand { get; }

Navigates to the previous revision in the rich text box.

C#
public static RoutedCommand GoToPreviousRevision { get; }

Executes the command to navigate to the previous revision in the RichTextBox.

C#
public virtual GoToPreviousRevisionCommand GoToPreviousRevisionCommand { get; }

IncrementFontSize

RoutedCommand

Increases the font size of the selected text in the RichTextBox.

C#
public static RoutedCommand IncrementFontSize { get; }

Increments the font size of the selected text in the RichTextBox.

C#
public virtual IncrementFontSizeCommand IncrementFontSizeCommand { get; }

IncrementPageWidth

RoutedCommand

Increments the page width of the RichTextBox by a specified amount.

C#
public static RoutedCommand IncrementPageWidth { get; }

Increments the left indent of the selected paragraph by a specified amount.

C#
public static RoutedCommand IncrementParagraphLeftIndent { get; }

Represents a command that increments the left indent of the current paragraph in a rich text box.

C#
public virtual IncrementParagraphLeftIndentCommand IncrementParagraphLeftIndentCommand { get; }

Increments the list level of the currently selected paragraph in the RichTextBox.

C#
public static RoutedCommand IncrementParagraphListLevel { get; }

Increases the list level of the selected paragraphs in the RichTextBox.

C#
public virtual IncrementParagraphListLevelCommand IncrementParagraphListLevelCommand { get; }

Inserts a bibliography field into the rich text box at the current selection.

C#
public static RoutedCommand InsertBibliographyField { get; }

Represents a command that inserts a bibliography field into the rich text box.

C#
public virtual InsertBibliographyFieldCommand InsertBibliographyFieldCommand { get; }

InsertBreak

RoutedCommand

Inserts a break at the current position in the document.

C#
public static RoutedCommand InsertBreak { get; }

Inserts a break at the current cursor position in the RichTextBox.

C#
public virtual InsertBreakCommand InsertBreakCommand { get; }

InsertCitationField

RoutedCommand

Inserts a citation field into the RichTextBox at the current cursor position.

C#
public static RoutedCommand InsertCitationField { get; }

Represents the command to insert a citation field into the rich text box.

C#
public virtual InsertCitationFieldCommand InsertCitationFieldCommand { get; }

InsertColumnBreak

RoutedCommand

Inserts a column break at the current position in the rich text box.

C#
public static RoutedCommand InsertColumnBreak { get; }

Represents a command that inserts a column break in the rich text box.

C#
public virtual InsertColumnBreakCommand InsertColumnBreakCommand { get; }

InsertComment

RoutedCommand

Inserts a comment into the RichTextBox.

C#
public static RoutedCommand InsertComment { get; }

Inserts a comment at the current position in the RichTextBox.

C#
public virtual InsertCommentCommand InsertCommentCommand { get; }

Inserts a document fragment into the RichTextBox at the current selection point.

C#
public static RoutedCommand InsertDocumentFragment { get; }

Inserts a document fragment into the rich text box at the current caret position.

C#
public virtual InsertDocumentFragmentCommand InsertDocumentFragmentCommand { get; }

InsertEndnote

RoutedCommand

Inserts an endnote at the current position of the cursor in the rich text box.

C#
public static RoutedCommand InsertEndnote { get; }

Inserts an endnote at the current position in the document.

C#
public virtual InsertEndnoteCommand InsertEndnoteCommand { get; }

InsertField

RoutedCommand

Inserts a field into the RichTextBox at the current cursor position.

C#
public static RoutedCommand InsertField { get; }

Represents a command to insert a field into the RichTextBox.

C#
public virtual InsertFieldCommand InsertFieldCommand { get; }

InsertFootnote

RoutedCommand

Inserts a footnote at the current cursor position in the rich text box.

C#
public static RoutedCommand InsertFootnote { get; }

Represents a command that inserts a footnote into the rich text box.

C#
public virtual InsertFootnoteCommand InsertFootnoteCommand { get; }

InsertLineBreak

RoutedCommand

Inserts a line break at the current position in the rich text box.

C#
public static RoutedCommand InsertLineBreak { get; }

Represents a command that inserts a line break in the RichTextBox.

C#
public virtual InsertLineBreakCommand InsertLineBreakCommand { get; }

InsertLineNumbering

RoutedCommand

Inserts line numbering into the specified rich text box document.

C#
public static RoutedCommand InsertLineNumbering { get; }
C#
public virtual InsertLineNumberingCommand InsertLineNumberingCommand { get; }

Inserts an empty merge field into the RichTextBox.

C#
public static RoutedCommand InsertMergeFieldEmpty { get; }

Inserts an empty merge field into the rich text box.

C#
public virtual InsertMergeFieldEmptyCommand InsertMergeFieldEmptyCommand { get; }

Inserts a non-breaking space into the rich text box.

C#
public static RoutedCommand InsertNonBreakingSpace { get; }

Represents a command to insert a non-breaking space in the rich text box.

C#
public virtual InsertNonBreakingSpaceCommand InsertNonBreakingSpaceCommand { get; }

InsertPageBreak

RoutedCommand

Inserts a page break at the current cursor position in the RichTextBox.

C#
public static RoutedCommand InsertPageBreak { get; }

Represents a command to insert a page break in the RichTextBox component.

C#
public virtual InsertPageBreakCommand InsertPageBreakCommand { get; }

InsertPageField

RoutedCommand

Inserts a page field into the RichTextBox at the current position of the caret.

C#
public static RoutedCommand InsertPageField { get; }

Inserts a page field at the current position in the RichTextBox.

C#
public virtual InsertPageFieldCommand InsertPageFieldCommand { get; }

InsertPicture

RoutedCommand

Inserts a picture into the RichTextBox at the current selection point.

C#
public static RoutedCommand InsertPicture { get; }

Represents a command that inserts a picture into the RichTextBox.

C#
public virtual InsertPictureCommand InsertPictureCommand { get; }

InsertSdt

RoutedCommand

C#
public static RoutedCommand InsertSdt { get; }
C#
public virtual InsertStructuredDocumentTagCommand InsertSdtCommand { get; }

InsertSectionBreak

RoutedCommand

Inserts a section break into the rich text box at the current cursor position.

C#
public static RoutedCommand InsertSectionBreak { get; }

Represents the command to insert a section break in the RichTextBox.

C#
public virtual InsertSectionBreakCommand InsertSectionBreakCommand { get; }

InsertTable

RoutedCommand

Inserts a table into the RichTextBox at the current caret position.

C#
public static RoutedCommand InsertTable { get; }

InsertTableColumn

RoutedCommand

Inserts a new column into the specified table of the rich text box.

C#
public static RoutedCommand InsertTableColumn { get; }

Represents the command to insert a column into a table within a RichTextBox.

C#
public virtual InsertTableColumnCommand InsertTableColumnCommand { get; }

Inserts a new column to the left of the specified column in the table.

C#
public static RoutedCommand InsertTableColumnToTheLeft { get; }

Executes the command to insert a new column to the left of the currently selected column in a rich text box table.

C#
public virtual InsertTableColumnToTheLeftCommand InsertTableColumnToTheLeftCommand { get; }

Inserts a new column to the right of the specified column in the table.

C#
public static RoutedCommand InsertTableColumnToTheRight { get; }

Inserts a new column to the right of the specified column in the rich text box.

C#
public virtual InsertTableColumnToTheRightCommand InsertTableColumnToTheRightCommand { get; }

Executes the command to insert a table into the RichTextBox.

C#
public virtual InsertTableCommand InsertTableCommand { get; }

InsertTableRow

RoutedCommand

Inserts a new row into the specified table within the RichTextBox.

C#
public static RoutedCommand InsertTableRow { get; }

InsertTableRowAbove

RoutedCommand

Inserts a new row above the currently selected row in the table.

C#
public static RoutedCommand InsertTableRowAbove { get; }

Represents a command that inserts a new row above the currently selected row in a table.

C#
public virtual InsertTableRowAboveCommand InsertTableRowAboveCommand { get; }

InsertTableRowBelow

RoutedCommand

Inserts a new table row directly below the currently selected row in the rich text box.

C#
public static RoutedCommand InsertTableRowBelow { get; }

Represents the command to insert a new row below the currently selected row in a table within a RichTextBox.

C#
public virtual InsertTableRowBelowCommand InsertTableRowBelowCommand { get; }

Represents a command to insert a new row in a table within a RichTextBox.

C#
public virtual InsertTableRowCommand InsertTableRowCommand { get; }

InsertText

RoutedCommand

Inserts the specified text at the current cursor position in the RichTextBox.

C#
public static RoutedCommand InsertText { get; }

InsertTextBox

RoutedCommand

Inserts a text box into the RichTextBox at the specified position.

C#
public static RoutedCommand InsertTextBox { get; }
C#
public virtual InsertTextBoxCommand InsertTextBoxCommand { get; }

Inserts text at the current cursor position in the RichTextBox.

C#
public virtual InsertTextCommand InsertTextCommand { get; }

MailMerge

RoutedCommand

Executes the mail merge command on the RichTextBox, processing the specified data source to populate fields within the document.

C#
public static RoutedCommand MailMerge { get; }

Executes the mail merge command on the specified RichTextBox.

C#
public virtual MailMergeCommand MailMergeCommand { get; }

MergeTableCells

RoutedCommand

Merges specified table cells in the RichTextBox.

C#
public static RoutedCommand MergeTableCells { get; }

Executes the Merge Table Cells command, merging the selected cells in a table within the RichTextBox.

C#
public virtual MergeTableCellsCommand MergeTableCellsCommand { get; }

MoveCaret

RoutedCommand

Moves the caret to the specified position in the rich text box.

C#
public static RoutedCommand MoveCaret { get; }

Represents a command to move the caret within a rich text box.

C#
public virtual MoveCaretCommand MoveCaretCommand { get; }

MoveSelection

RoutedCommand

Moves the current selection within the RichTextBox by a specified amount.

C#
public static RoutedCommand MoveSelection { get; }

Represents the command that moves the selection within the rich text box.

C#
public virtual MoveSelectionCommand MoveSelectionCommand { get; }

MultipleUndo

RoutedCommand

Executes multiple undo operations in the RichTextBox.

C#
public static RoutedCommand MultipleUndo { get; }

Represents a command that allows multiple undo operations in the RichTextBox.

C#
public virtual MultipleUndoCommand MultipleUndoCommand { get; }

NewDocument

RoutedCommand

Creates a new document in the RichTextBox.

C#
public static RoutedCommand NewDocument { get; }

Initializes a new document in the RichTextBox control.

C#
public virtual NewDocumentCommand NewDocumentCommand { get; }

Opens the context menu for the next spelling error in the rich text box.

C#
public static RoutedCommand OpenContextMenuOnNextSpellingError { get; }

Represents a command that opens the context menu on the next spelling error in the RichTextBox.

C#
public virtual OpenContextMenuOnNextSpellingErrorCommand OpenContextMenuOnNextSpellingErrorCommand { get; }

OpenDocument

RoutedCommand

Opens a document in the RichTextBox.

C#
public static RoutedCommand OpenDocument { get; }

Represents a command that opens a document in the RichTextBox control.

C#
public virtual OpenDocumentCommand OpenDocumentCommand { get; }

RoutedCommand

Opens the specified hyperlink in the default web browser.

C#
public static RoutedCommand OpenHyperlink { get; }

Represents the command used to open a hyperlink in the RichTextBox.

C#
public virtual OpenHyperlinkCommand OpenHyperlinkCommand { get; }

Paste

RoutedCommand

Executes the Paste command in the RichTextBox, allowing the user to insert content from the clipboard into the current position of the text cursor.

C#
public static RoutedCommand Paste { get; }

Represents a command that pastes content from the clipboard into the RichTextBox.

C#
public virtual PasteCommand PasteCommand { get; }

PasteFormatting

RoutedCommand

Pastes the formatting from the clipboard into the selected text in the RichTextBox.

C#
public static RoutedCommand PasteFormatting { get; }

Represents a command that pastes formatting from the clipboard into the rich text box.

C#
public virtual PasteFormattingCommand PasteFormattingCommand { get; }

Previews the first mail merge data record for the rich text box commands.

C#
public static RoutedCommand PreviewFirstMailMergeDataRecord { get; }

Executes the command to preview the first mail merge data record in the RichTextBox.

C#
public virtual PreviewFirstMailMergeDataRecordCommand PreviewFirstMailMergeDataRecordCommand { get; }

Previews the last mail merge data record for the RichTextBox.

C#
public static RoutedCommand PreviewLastMailMergeDataRecord { get; }

Executes the command that previews the last mail merge data record in the RichTextBox.

C#
public virtual PreviewLastMailMergeDataRecordCommand PreviewLastMailMergeDataRecordCommand { get; }

Previews the results of a mail merge operation in a RichTextBox.

C#
public static RoutedCommand PreviewMailMergeResults { get; }

Prepares and displays the next mail merge data record in the RichTextBox.

C#
public static RoutedCommand PreviewNextMailMergeDataRecord { get; }

Executes the command to preview the next mail merge data record in the RichTextBox.

C#
public virtual PreviewNextMailMergeDataRecordCommand PreviewNextMailMergeDataRecordCommand { get; }

Retrieves the previous data record for a mail merge operation.

C#
public static RoutedCommand PreviewPreviousMailMergeDataRecord { get; }

Executes the command to preview the previous mail merge data record in the RichTextBox.

C#
public virtual PreviewPreviousMailMergeDataRecordCommand PreviewPreviousMailMergeDataRecordCommand { get; }

Print

RoutedCommand

Sends the content of the RichTextBox to the printer.

C#
public static RoutedCommand Print { get; }

Represents the command to print the content of the RichTextBox.

C#
public virtual PrintCommand PrintCommand { get; }

PrintPreview

RoutedCommand

Opens the print preview dialog for the RichTextBox, allowing the user to preview the content before printing.

C#
public static RoutedCommand PrintPreview { get; }

Represents the command to initiate the print preview of a document in the RichTextBox.

C#
public virtual PrintPreviewCommand PrintPreviewCommand { get; }

Redo

RoutedCommand

Executes the Redo command, which re-applies the last undone action in the RichTextBox.

C#
public static RoutedCommand Redo { get; }

Represents the command that re-applies the last undone action in the RichTextBox.

C#
public virtual RedoCommand RedoCommand { get; }

RejectAllRevisions

RoutedCommand

Rejects all revisions in the rich text box document.

C#
public static RoutedCommand RejectAllRevisions { get; }

Represents the command that rejects all revisions in the RichTextBox.

C#
public virtual RejectAllRevisionsCommand RejectAllRevisionsCommand { get; }

RejectRevision

RoutedCommand

Rejects the specified revision in the RichTextBox document.

C#
public static RoutedCommand RejectRevision { get; }

Executes the command to reject a revision in the RichTextBox.

C#
public virtual RejectRevisionCommand RejectRevisionCommand { get; }

RoutedCommand

Removes a hyperlink from the rich text box at the specified position.

C#
public static RoutedCommand RemoveHyperlink { get; }

Represents a command to remove a hyperlink from the RichTextBox.

C#
public virtual RemoveHyperlinkCommand RemoveHyperlinkCommand { get; }

RemoveWatermark

RoutedCommand

Removes the watermark from the RichTextBox.

C#
public static RoutedCommand RemoveWatermark { get; }

Removes the watermark from the RichTextBox control.

C#
public virtual RemoveWatermarkCommand RemoveWatermarkCommand { get; }

RestartNumbering

RoutedCommand

Restarts the numbering of the specified list in the RichTextBox.

C#
public static RoutedCommand RestartNumbering { get; }

Represents a command to restart the numbering for a specific list in a RichTextBox.

C#
public virtual RestartNumberingCommand RestartNumberingCommand { get; }

Save

RoutedCommand

Saves the current state of the RichTextBox to a specified destination.

C#
public static RoutedCommand Save { get; }

Executes the Save command for the RichTextBox, allowing the user to save the current document to a specified location.

C#
public virtual SaveCommand SaveCommand { get; }

SelectAll

RoutedCommand

Selects all content within the rich text box.

C#
public static RoutedCommand SelectAll { get; }

Represents the command to select all content within the RichTextBox.

C#
public virtual SelectAllCommand SelectAllCommand { get; }

RoutedCommand

Selects a hyperlink within the rich text box.

C#
public static RoutedCommand SelectHyperlink { get; }

Represents the command that selects a hyperlink within the RichTextBox.

C#
public virtual SelectHyperlinkCommand SelectHyperlinkCommand { get; }

SelectTable

RoutedCommand

Selects the specified table in the RichTextBox control.

C#
public static RoutedCommand SelectTable { get; }

SelectTableCell

RoutedCommand

Selects a specific cell in a table within the RichTextBox.

C#
public static RoutedCommand SelectTableCell { get; }

Executes the command to select a specific cell within a table in the RichTextBox.

C#
public virtual SelectTableCellCommand SelectTableCellCommand { get; }

SelectTableColumn

RoutedCommand

Selects the specified column in a table within the RichTextBox.

C#
public static RoutedCommand SelectTableColumn { get; }

Represents a command to select a column in a table within a RichTextBox.

C#
public virtual SelectTableColumnCommand SelectTableColumnCommand { get; }

Selects the specified table in the RichTextBox control.

C#
public virtual SelectTableCommand SelectTableCommand { get; }

SelectTableEmpty

RoutedCommand

Selects an empty table in the RichTextBox control.

C#
public static RoutedCommand SelectTableEmpty { get; }

Represents a command that selects an empty table within the RichTextBox.

C#
public virtual SelectTableEmptyCommand SelectTableEmptyCommand { get; }

SelectTableRow

RoutedCommand

Selects the specified row in the table of the RichTextBox.

C#
public static RoutedCommand SelectTableRow { get; }

Represents a command to select a table row in the RichTextBox.

C#
public virtual SelectTableRowCommand SelectTableRowCommand { get; }

Displays a dialog allowing the user to add a new bibliographic reference.

C#
public static RoutedCommand ShowAddNewBibliographicReferenceDialog { get; }

Opens a dialog for adding a new bibliographic reference.

C#
public virtual ShowAddNewBibliographicReferenceDialogCommand ShowAddNewBibliographicReferenceDialogCommand { get; }

Displays a dialog that shows the change editing permissions for the specified document.

C#
public static RoutedCommand ShowChangeEditingPermissionsDialog { get; }

Displays a dialog that allows users to view and manage the editing permissions for changes in a RichTextBox.

C#
public virtual ShowChangeEditingPermissionsDialogCommand ShowChangeEditingPermissionsDialogCommand { get; }

Displays the Code Formatting dialog for the RichTextBox, allowing users to customize code presentation settings.

C#
public static RoutedCommand ShowCodeFormattingDialog { get; }

Opens a dialog that allows users to apply code formatting options to the selected text in the RichTextBox.

C#
public virtual ShowCodeFormattingDialogCommand ShowCodeFormattingDialogCommand { get; }
C#
public static RoutedCommand ShowContentControlPropertiesDialog { get; }
C#
public virtual ShowContentControlPropertiesDialogCommand ShowContentControlPropertiesDialogCommand { get; }

Displays the dialog for defining a new list style in the RichTextBox.

C#
public static RoutedCommand ShowDefineNewListStyleDialog { get; }

Displays the dialog for defining a new list style in the RichTextBox.

C#
public virtual ShowDefineNewListStyleDialogCommand ShowDefineNewListStyleDialogCommand { get; }

ShowFieldsCodes

RoutedCommand

Displays the field codes in the RichTextBox, allowing users to view the underlying code of the fields present in the document.

C#
public static RoutedCommand ShowFieldsCodes { get; }

ShowFieldsResults

RoutedCommand

Displays the results of fields within the rich text box.

C#
public static RoutedCommand ShowFieldsResults { get; }

Displays the Find and Replace dialog for the RichTextBox control.

C#
public static RoutedCommand ShowFindReplaceDialog { get; }

Displays the Find and Replace dialog for the RichTextBox.

C#
public virtual ShowFindReplaceDialogCommand ShowFindReplaceDialogCommand { get; }

Opens the Floating Block Properties dialog for the selected floating block in the RichTextBox.

C#
public static RoutedCommand ShowFloatingBlockPropertiesDialog { get; }

Displays the properties dialog for a floating block in the RichTextBox.

C#
public virtual ShowFloatingBlockPropertiesDialogCommand ShowFloatingBlockPropertiesDialogCommand { get; }

Displays the font properties dialog for the rich text box, allowing the user to customize font settings.

C#
public static RoutedCommand ShowFontPropertiesDialog { get; }

Displays the font properties dialog for the RichTextBox.

C#
public virtual ShowFontPropertiesDialogCommand ShowFontPropertiesDialogCommand { get; }

ShowImageEditor

RoutedCommand

Opens the image editor for the currently selected image in the RichTextBox.

C#
public static RoutedCommand ShowImageEditor { get; }

Executes the command to display the image editor for editing an image in the RichTextBox.

C#
public virtual ShowImageEditorCommand ShowImageEditorCommand { get; }

Displays a dialog for inserting a caption in the RichTextBox.

C#
public static RoutedCommand ShowInsertCaptionDialog { get; }

Represents a command that displays the insert caption dialog in the RichTextBox.

C#
public virtual ShowInsertCaptionDialogCommand ShowInsertCaptionDialogCommand { get; }

Opens the Insert Cross Reference window, allowing users to insert cross-references in the rich text document.

C#
public static RoutedCommand ShowInsertCrossReferenceWindow { get; }

Represents the command to display the Insert Cross Reference window in the RichTextBox.

C#
public virtual ShowInsertCrossReferenceWindowCommand ShowInsertCrossReferenceWindowCommand { get; }

Displays a dialog for inserting the current date and time into the rich text box.

C#
public static RoutedCommand ShowInsertDateTimeDialog { get; }

Opens a dialog for inserting the current date and time into a RichTextBox.

C#
public virtual ShowInsertDateTimeDialogCommand ShowInsertDateTimeDialogCommand { get; }

Displays the dialog for inserting a hyperlink into the rich text box.

C#
public static RoutedCommand ShowInsertHyperlinkDialog { get; }

Represents the command that displays the "Insert Hyperlink" dialog in the RichTextBox.

C#
public virtual ShowInsertHyperlinkDialogCommand ShowInsertHyperlinkDialogCommand { get; }

Opens the Insert Symbol window to allow the user to select and insert a special character or symbol into the document.

C#
public static RoutedCommand ShowInsertSymbolWindow { get; }

Displays the insert symbol window, allowing the user to select and insert special characters or symbols into the rich text box.

C#
public virtual ShowInsertSymbolWindowCommand ShowInsertSymbolWindowCommand { get; }

Displays a dialog for inserting a table into the RichTextBox.

C#
public static RoutedCommand ShowInsertTableDialog { get; }

Displays the dialog for inserting a table in the RichTextBox.

C#
public virtual ShowInsertTableDialogCommand ShowInsertTableDialogCommand { get; }

Displays the dialog for inserting a table of contents in the rich text box.

C#
public static RoutedCommand ShowInsertTableOfContentsDialog { get; }

Displays the dialog for inserting a table of contents in the rich text box.

C#
public virtual ShowInsertTableOfContentsDialogCommand ShowInsertTableOfContentsDialogCommand { get; }

Opens the dialog for configuring line numbering in the rich text box.

C#
public static RoutedCommand ShowLineNumberingDialog { get; }
C#
public virtual ShowLineNumberingDialogCommand ShowLineNumberingDialogCommand { get; }

Displays the dialog for managing bibliographic sources.

C#
public static RoutedCommand ShowManageBibliographicSourcesDialog { get; }

Displays the dialog for managing bibliographic sources within the RichTextBox.

C#
public virtual ShowManageBibliographicSourcesDialogCommand ShowManageBibliographicSourcesDialogCommand { get; }

Displays the Manage Bookmarks dialog for the RichTextBox.

C#
public static RoutedCommand ShowManageBookmarksDialog { get; }

Opens the Manage Bookmarks dialog on the RichTextBox control, allowing users to view and manage their bookmarks.

C#
public virtual ShowManageBookmarksDialogCommand ShowManageBookmarksDialogCommand { get; }

Opens the Manage Styles dialog for the RichTextBox, allowing the user to create, modify, or delete styles.

C#
public static RoutedCommand ShowManageStylesDialog { get; }

Displays the "Manage Styles" dialog for the RichTextBox, allowing users to create, modify, or delete styles.

C#
public virtual ShowManageStylesDialogCommand ShowManageStylesDialogCommand { get; }

ShowNotesDialog

RoutedCommand

Displays the notes dialog for the RichTextBox control, allowing users to manage and review notes associated with the document.

C#
public static RoutedCommand ShowNotesDialog { get; }

Displays the notes dialog for the RichTextBox.

C#
public virtual ShowNotesDialogCommand ShowNotesDialogCommand { get; }

Displays the Paragraph Properties dialog for the RichTextBox, allowing users to modify the formatting and layout of selected paragraphs.

C#
public static RoutedCommand ShowParagraphPropertiesDialog { get; }

Opens the Paragraph Properties dialog for the selected paragraph in the RichTextBox.

C#
public virtual ShowParagraphPropertiesDialogCommand ShowParagraphPropertiesDialogCommand { get; }

Displays a dialog for configuring the columns in a section of the RichTextBox.

C#
public static RoutedCommand ShowSectionColumnsDialog { get; }

Executes the ShowSectionColumnsDialog command for the RichTextBox, which displays a dialog for configuring section columns.

C#
public virtual ShowSectionColumnsDialogCommand ShowSectionColumnsDialogCommand { get; }

Displays a dialog allowing the user to set the numbering value for a list in the RichTextBox.

C#
public static RoutedCommand ShowSetNumberingValueDialog { get; }

Displays the dialog for setting the numbering value in the RichTextBox.

C#
public virtual ShowSetNumberingValueDialogCommand ShowSetNumberingValueDialogCommand { get; }

Displays the spell checking dialog for the RichTextBox control, allowing users to review and correct spelling mistakes in the document.

C#
public static RoutedCommand ShowSpellCheckingDialog { get; }

Opens the spell checking dialog for the rich text box, allowing users to review and correct spelling mistakes in the text.

C#
public virtual ShowSpellCheckingDialogCommand ShowSpellCheckingDialogCommand { get; }

Displays the Style Formatting Properties dialog for the RichTextBox, allowing users to customize the style attributes of selected text.

C#
public static RoutedCommand ShowStyleFormattingPropertiesDialog { get; }

Displays the Style Formatting Properties dialog for the RichTextBox.

C#
public virtual ShowStyleFormattingPropertiesDialogCommand ShowStyleFormattingPropertiesDialogCommand { get; }

Displays a dialog that allows the user to customize and show table borders in the RichTextBox.

C#
public static RoutedCommand ShowTableBordersDialog { get; }

Displays the dialog that allows the user to customize the borders of a table within a RichTextBox.

C#
public virtual ShowTableBordersDialogCommand ShowTableBordersDialogCommand { get; }

Displays the Table Properties dialog for the selected table in the RichTextBox.

C#
public static RoutedCommand ShowTablePropertiesDialog { get; }

Opens a dialog that allows the user to edit the properties of the selected table.

C#
public virtual ShowTablePropertiesDialogCommand ShowTablePropertiesDialogCommand { get; }

Displays the properties dialog for customizing tab stops in the RichTextBox.

C#
public static RoutedCommand ShowTabStopsPropertiesDialog { get; }

Displays the properties dialog for tab stops in a RichTextBox.

C#
public virtual ShowTabStopsPropertiesDialogCommand ShowTabStopsPropertiesDialogCommand { get; }

ShowTaskPane

RoutedCommand

Displays the task pane for the RichTextBox control.

C#
public static RoutedCommand ShowTaskPane { get; }

Executes the command to show the task pane in the RichTextBox.

C#
public virtual ShowTaskPaneCommand ShowTaskPaneCommand { get; }

Displays the settings dialog for configuring watermarks in the RichTextBox.

C#
public static RoutedCommand ShowWatermarkSettingsDialog { get; }

Displays the settings dialog for configuring watermarks in the RichTextBox.

C#
public virtual ShowWatermarkSettingsDialogCommand ShowWatermarkSettingsDialogCommand { get; }

Suppresses line numbering for the currently selected paragraph in the RichTextBox.

C#
public static RoutedCommand SuppressLineNumberingForCurrentParagraph { get; }
C#
public virtual SuppressLineNumberingForCurrentParagraphCommand SuppressLineNumberingForCurrentParagraphCommand { get; }

TabBackward

RoutedCommand

Moves the cursor one tab stop backward in the RichTextBox control.

C#
public static RoutedCommand TabBackward { get; }

Represents the command that moves the tab position backward in the RichTextBox.

C#
public virtual TabBackwardCommand TabBackwardCommand { get; }

TabForward

RoutedCommand

Moves the cursor forward one tab stop in the RichTextBox.

C#
public static RoutedCommand TabForward { get; }

Executes the Tab Forward command, which indents the selected content in the rich text box.

C#
public virtual TabForwardCommand TabForwardCommand { get; }

Gets or sets the alignment of the content within the table cell.

C#
public static RoutedCommand TableCellContentAlignment { get; }

Represents a command to align the content of table cells in a rich text box.

C#
public virtual TableCellContentAlignmentCommand TableCellContentAlignmentCommand { get; }

ToggleBold

RoutedCommand

Toggles the bold formatting of the selected text in the rich text box.

C#
public static RoutedCommand ToggleBold { get; }

Toggles the bold formatting of the selected text in the RichTextBox.

C#
public virtual ToggleBoldCommand ToggleBoldCommand { get; }

ToggleBullets

RoutedCommand

Toggles the bullet list formatting for the selected text in the rich text box.

C#
public static RoutedCommand ToggleBullets { get; }

Toggles the bullet formatting for the selected text in the RichTextBox.

C#
public virtual ToggleBulletsCommand ToggleBulletsCommand { get; }

ToggleComments

RoutedCommand

Toggles the visibility of comments in the RichTextBox.

C#
public static RoutedCommand ToggleComments { get; }

Represents a command that toggles the visibility of comments in a RichTextBox.

C#
public virtual ToggleCommentsCommand ToggleCommentsCommand { get; }

Toggles the visibility of the different first page header/footer in the RichTextBox.

C#
public static RoutedCommand ToggleDifferentFirstPageHeaderFooter { get; }

Toggles the different first page header and footer settings for the rich text box.

C#
public virtual ToggleDifferentFirstPageHeaderFooterCommand ToggleDifferentFirstPageHeaderFooterCommand { get; }

Toggles the visibility of different headers and footers for odd and even pages in a RichTextBox document.

C#
public static RoutedCommand ToggleDifferentOddAndEvenPagesHeaderFooter { get; }

Represents a command that toggles different header and footer settings for odd and even pages in a rich text box.

C#
public virtual ToggleDifferentOddAndEvenPagesHeaderFooterCommand ToggleDifferentOddAndEvenPagesHeaderFooterCommand { get; }

Toggles the protection for the document within the RichTextBox. This command allows users to enable or disable editing restrictions on the document.

C#
public static RoutedCommand ToggleDocumentProtection { get; }

Toggles the protection status of the document in the rich text box. This command allows the user to enable or disable document protection, which restricts editing while allowing for specific users to make changes.

C#
public virtual ToggleDocumentProtectionCommand ToggleDocumentProtectionCommand { get; }

Toggles the display mode of fields in the RichTextBox, allowing users to switch between viewing the field codes and their formatted values.

C#
public static RoutedCommand ToggleFieldDisplayMode { get; }

Toggles the display mode of fields within the rich text box, allowing users to switch between showing field results and field codes.

C#
public virtual ToggleFieldDisplayModeCommand ToggleFieldDisplayModeCommand { get; }

Toggles the visibility of formatting symbols in the RichTextBox.

C#
public static RoutedCommand ToggleFormattingSymbols { get; }

Represents a command that toggles the visibility of formatting symbols in the rich text box.

C#
public virtual ToggleFormattingSymbolsCommand ToggleFormattingSymbolsCommand { get; }

Toggles the link to the previous header or footer in the RichTextBox.

C#
public static RoutedCommand ToggleHeaderFooterLinkToPrevious { get; }

Toggles the link to the previous header or footer in the RichTextBox. This command will change the current header or footer to either link or unlink it from the previous section's header or footer.

C#
public virtual ToggleHeaderFooterLinkToPreviousCommand ToggleHeaderFooterLinkToPreviousCommand { get; }

Toggles the insert shape tool in the RichTextBox, allowing users to add shapes to their documents.

C#
public static RoutedCommand ToggleInsertShapeTool { get; }
C#
public virtual ToggleInsertShapeToolCommand ToggleInsertShapeToolCommand { get; }

ToggleItalic

RoutedCommand

Toggles the italic formatting of the selected text in a RichTextBox.

C#
public static RoutedCommand ToggleItalic { get; }

Represents a command that toggles the italic formatting of the selected text in a RichTextBox.

C#
public virtual ToggleItalicCommand ToggleItalicCommand { get; }

Toggles the highlight for merge fields in the rich text box.

C#
public static RoutedCommand ToggleMergeFieldsHighlight { get; }

Toggles the highlight state of merge fields within the rich text box. This command allows users to visually distinguish merge fields, enabling better editing and formatting of the document where merge fields are utilized.

C#
public virtual ToggleMergeFieldsHighlightCommand ToggleMergeFieldsHighlightCommand { get; }

ToggleNumbered

RoutedCommand

Toggles the numbered list formatting for the selected content in the rich text box.

C#
public static RoutedCommand ToggleNumbered { get; }

Toggles the numbered list formatting for the selected content in the rich text box.

C#
public virtual ToggleNumberedCommand ToggleNumberedCommand { get; }

ToggleSpellChecking

RoutedCommand

Toggles the spell checking feature on or off for the rich text box.

C#
public static RoutedCommand ToggleSpellChecking { get; }

Executes the Toggle Spell Checking command, enabling or disabling spell checking in the RichTextBox.

C#
public virtual ToggleSpellCheckingCommand ToggleSpellCheckingCommand { get; }

ToggleStrikethrough

RoutedCommand

Toggles the strikethrough formatting of the selected text in the RichTextBox.

C#
public static RoutedCommand ToggleStrikethrough { get; }

Represents a command that toggles the strikethrough formatting on the selected text in the rich text box.

C#
public virtual ToggleStrikethroughCommand ToggleStrikethroughCommand { get; }

ToggleSubscript

RoutedCommand

Toggles the subscript formatting for the selected text in the RichTextBox.

C#
public static RoutedCommand ToggleSubscript { get; }

Represents a command that toggles subscript formatting in a RichTextBox.

C#
public virtual ToggleSubscriptCommand ToggleSubscriptCommand { get; }

ToggleSuperscript

RoutedCommand

Toggles the superscript formatting of the selected text in the RichTextBox.

C#
public static RoutedCommand ToggleSuperscript { get; }

Executes the command to toggle the superscript formatting on the selected text in the rich text box.

C#
public virtual ToggleSuperscriptCommand ToggleSuperscriptCommand { get; }

Toggles the column banding option for a table in the RichTextBox.

C#
public static RoutedCommand ToggleTableLookColumnBandingOption { get; }

Represents the command that toggles the column banding option for tables in the RichTextBox.

C#
public virtual ToggleTableLookColumnBandingOptionCommand ToggleTableLookColumnBandingOptionCommand { get; }

Toggles the first column option for a table look in the RichTextBox. This command modifies the appearance of the first column in a table, allowing for quick adjustments to its styling.

C#
public static RoutedCommand ToggleTableLookFirstColumnOption { get; }

Toggles the first column option for the table look in the RichTextBox. This command changes the appearance of the first column of the selected table, allowing for a customized look based on predefined styles.

C#
public virtual ToggleTableLookFirstColumnOptionCommand ToggleTableLookFirstColumnOptionCommand { get; }

Toggles the first row option for a table look in the RichTextBox. This command changes the appearance of the first row, allowing for customization of how the first row is displayed within the table.

C#
public static RoutedCommand ToggleTableLookFirstRowOption { get; }

Toggles the first row option of the table look for the rich text box.

C#
public virtual ToggleTableLookFirstRowOptionCommand ToggleTableLookFirstRowOptionCommand { get; }

Toggles the last column option of the table look in the rich text box. This command applies a visual style to the last column of the selected table, enhancing the appearance of the table in the document.

C#
public static RoutedCommand ToggleTableLookLastColumnOption { get; }

Represents a command that toggles the last column look option of a table in the RichTextBox.

C#
public virtual ToggleTableLookLastColumnOptionCommand ToggleTableLookLastColumnOptionCommand { get; }

Toggles the appearance of the last row in a table by applying or removing a specific look style.

C#
public static RoutedCommand ToggleTableLookLastRowOption { get; }

Represents a command that toggles the last row option of a table look in the RichTextBox.

C#
public virtual ToggleTableLookLastRowOptionCommand ToggleTableLookLastRowOptionCommand { get; }

Toggles the row banding option for the table look in the RichTextBox.

C#
public static RoutedCommand ToggleTableLookRowBandingOption { get; }

Executes the command to toggle the row banding option for tables within the RichTextBox.

C#
public virtual ToggleTableLookRowBandingOptionCommand ToggleTableLookRowBandingOptionCommand { get; }

Toggles the setting that determines whether the contents of the specified row in a table are repeated on every page when the table spans multiple pages.

C#
public static RoutedCommand ToggleTableRowRepeatOnEveryPage { get; }

Toggles the repeat of a table row on every page in the RichTextBox.

C#
public virtual ToggleTableRowRepeatOnEveryPageCommand ToggleTableRowRepeatOnEveryPageCommand { get; }

ToggleTrackChanges

RoutedCommand

Toggles the Track Changes feature on or off in the RichTextBox.

C#
public static RoutedCommand ToggleTrackChanges { get; }

Toggles the Track Changes feature in the RichTextBox. This command switches the tracking of changes on and off. When enabled, all modifications to the document are tracked and can be reviewed.

C#
public virtual ToggleTrackChangesCommand ToggleTrackChangesCommand { get; }

ToggleUnderline

RoutedCommand

Toggles the underline formatting for the selected text in the RichTextBox.

C#
public static RoutedCommand ToggleUnderline { get; }

Represents a command that toggles the underline formatting of the selected text in a RichTextBox.

C#
public virtual ToggleUnderlineCommand ToggleUnderlineCommand { get; }

Undo

RoutedCommand

Undoes the last action performed in the RichTextBox.

C#
public static RoutedCommand Undo { get; }

Represents a command that undoes the last action performed in the RichTextBox.

C#
public virtual UndoCommand UndoCommand { get; }

UnmergeTableCells

RoutedCommand

Unmerges the specified table cells in a RichTextBox.

C#
public static RoutedCommand UnmergeTableCells { get; }

Executes the command to unmerge merged table cells within a RichTextBox.

C#
public virtual UnmergeTableCellsCommand UnmergeTableCellsCommand { get; }

UpdateAllFields

RoutedCommand

Updates all fields in the RichTextBox document, ensuring that any dynamic content is refreshed and reflects the current state of the data.

C#
public static RoutedCommand UpdateAllFields { get; }

Represents a command that updates all fields within the rich text box.

C#
public virtual UpdateAllFieldsCommand UpdateAllFieldsCommand { get; }

UpdateField

RoutedCommand

Updates the specified field in the rich text box.

C#
public static RoutedCommand UpdateField { get; }

Updates the specified field within the RichTextBox.

C#
public virtual UpdateFieldCommand UpdateFieldCommand { get; }

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged

In this article
DefinitionPropertiesAcceptAllRevisionsAcceptAllRevisionsCommandAcceptRevisionAcceptRevisionCommandAddShapeTextBoxAddShapeTextBoxCommandAssociatedRichTextBoxCancelFormatPainterCancelFormatPainterCommandChangeAllFieldsDisplayModeChangeAllFieldsDisplayModeCommandChangeBibliographicStyleChangeBibliographicStyleCommandChangeFontFamilyChangeFontFamilyCommandChangeFontForeColorChangeFontForeColorCommandChangeFontHighlightColorChangeFontHighlightColorCommandChangeFontSizeChangeFontSizeCommandChangeFormatPainterStateChangeFormatPainterStateCommandChangeImageWrappingStyleChangeImageWrappingStyleCommandChangeIntegratedWatermarkTypeChangeIntegratedWatermarkTypeCommandChangeLayoutModeChangeLayoutModeCommandChangeListStyleChangeListStyleCommandChangePageMarginsChangePageMarginsCommandChangePageOrientationChangePageOrientationCommandChangePaperTypeChangePaperTypeCommandChangeParagraphBackgroundColorChangeParagraphBackgroundColorCommandChangeParagraphFlowDirectionChangeParagraphFlowDirectionCommandChangeParagraphListLevelChangeParagraphListLevelCommandChangeRotateTextWithShapeChangeRotateTextWithShapeCommandChangeSectionColumnsChangeSectionColumnsCommandChangeSectionFooterBottomMarginChangeSectionFooterBottomMarginCommandChangeSectionHeaderTopMarginChangeSectionHeaderTopMarginCommandChangeShapeAutoFitToTextChangeShapeAutoFitToTextCommandChangeShapeFillChangeShapeFillCommandChangeShapeOutlineDashChangeShapeOutlineDashCommandChangeShapeOutlineFillChangeShapeOutlineFillCommandChangeShapeOutlineWidthChangeShapeOutlineWidthCommandChangeShapeTextBottomMarginChangeShapeTextBottomMarginCommandChangeShapeTextFillChangeShapeTextFillCommandChangeShapeTextLeftMarginChangeShapeTextLeftMarginCommandChangeShapeTextOutlineDashChangeShapeTextOutlineDashCommandChangeShapeTextOutlineFillChangeShapeTextOutlineFillCommandChangeShapeTextOutlineWidthChangeShapeTextOutlineWidthCommandChangeShapeTextRightMarginChangeShapeTextRightMarginCommandChangeShapeTextRotationChangeShapeTextRotationCommandChangeShapeTextTopMarginChangeShapeTextTopMarginCommandChangeShapeTextVerticalAlignmentChangeShapeTextVerticalAlignmentCommandChangeShapeTextWrapChangeShapeTextWrapCommandChangeShapeWrappingStyleChangeShapeWrappingStyleCommandChangeStyleNameChangeStyleNameCommandChangeTableColumnsLayoutModeChangeTableColumnsLayoutModeCommandChangeTextAlignmentChangeTextAlignmentCommandChangeUnderlineColorChangeUnderlineColorCommandChangeUnderlineDecorationChangeUnderlineDecorationCommandClearAllFormattingClearAllFormattingCommandClearFormattingClearFormattingCommandContinueNumberingContinueNumberingCommandConvertFloatingShapeToShapeInlineConvertFloatingShapeToShapeInlineCommandConvertImageToImageInlineConvertImageToImageInlineCommandCopyCopyCommandCopyFormattingCopyFormattingCommandCopyHyperlinkCopyHyperlinkCommandCutCutCommandDecrementFontSizeDecrementFontSizeCommandDecrementPageWidthDecrementParagraphLeftIndentDecrementParagraphLeftIndentCommandDecrementParagraphListLevelDecrementParagraphListLevelCommandDeleteDeleteAllCommentsDeleteAllCommentsCommandDeleteCodeBlockDeleteCodeBlockCommandDeleteCommandDeleteCommentDeleteCommentCommandDeleteTableDeleteTableColumnDeleteTableColumnCommandDeleteTableCommandDeleteTableRowDeleteTableRowCommandEditFooterEditFooterCommandEditHeaderEditHeaderCommandEditShapeTextBoxEditShapeTextBoxCommandExitHeaderFooterEditModeExitHeaderFooterEditModeCommandGoToNextCommentGoToNextCommentCommandGoToNextEndnoteGoToNextEndnoteCommandGoToNextFootnoteGoToNextFootnoteCommandGoToNextRevisionGoToNextRevisionCommandGoToPreviousCommentGoToPreviousCommentCommandGoToPreviousEndnoteGoToPreviousEndnoteCommandGoToPreviousFootnoteGoToPreviousFootnoteCommandGoToPreviousRevisionGoToPreviousRevisionCommandIncrementFontSizeIncrementFontSizeCommandIncrementPageWidthIncrementParagraphLeftIndentIncrementParagraphLeftIndentCommandIncrementParagraphListLevelIncrementParagraphListLevelCommandInsertBibliographyFieldInsertBibliographyFieldCommandInsertBreakInsertBreakCommandInsertCitationFieldInsertCitationFieldCommandInsertColumnBreakInsertColumnBreakCommandInsertCommentInsertCommentCommandInsertDocumentFragmentInsertDocumentFragmentCommandInsertEndnoteInsertEndnoteCommandInsertFieldInsertFieldCommandInsertFootnoteInsertFootnoteCommandInsertLineBreakInsertLineBreakCommandInsertLineNumberingInsertLineNumberingCommandInsertMergeFieldEmptyInsertMergeFieldEmptyCommandInsertNonBreakingSpaceInsertNonBreakingSpaceCommandInsertPageBreakInsertPageBreakCommandInsertPageFieldInsertPageFieldCommandInsertPictureInsertPictureCommandInsertSdtInsertSdtCommandInsertSectionBreakInsertSectionBreakCommandInsertTableInsertTableColumnInsertTableColumnCommandInsertTableColumnToTheLeftInsertTableColumnToTheLeftCommandInsertTableColumnToTheRightInsertTableColumnToTheRightCommandInsertTableCommandInsertTableRowInsertTableRowAboveInsertTableRowAboveCommandInsertTableRowBelowInsertTableRowBelowCommandInsertTableRowCommandInsertTextInsertTextBoxInsertTextBoxCommandInsertTextCommandMailMergeMailMergeCommandMergeTableCellsMergeTableCellsCommandMoveCaretMoveCaretCommandMoveSelectionMoveSelectionCommandMultipleUndoMultipleUndoCommandNewDocumentNewDocumentCommandOpenContextMenuOnNextSpellingErrorOpenContextMenuOnNextSpellingErrorCommandOpenDocumentOpenDocumentCommandOpenHyperlinkOpenHyperlinkCommandPastePasteCommandPasteFormattingPasteFormattingCommandPreviewFirstMailMergeDataRecordPreviewFirstMailMergeDataRecordCommandPreviewLastMailMergeDataRecordPreviewLastMailMergeDataRecordCommandPreviewMailMergeResultsPreviewNextMailMergeDataRecordPreviewNextMailMergeDataRecordCommandPreviewPreviousMailMergeDataRecordPreviewPreviousMailMergeDataRecordCommandPrintPrintCommandPrintPreviewPrintPreviewCommandRedoRedoCommandRejectAllRevisionsRejectAllRevisionsCommandRejectRevisionRejectRevisionCommandRemoveHyperlinkRemoveHyperlinkCommandRemoveWatermarkRemoveWatermarkCommandRestartNumberingRestartNumberingCommandSaveSaveCommandSelectAllSelectAllCommandSelectHyperlinkSelectHyperlinkCommandSelectTableSelectTableCellSelectTableCellCommandSelectTableColumnSelectTableColumnCommandSelectTableCommandSelectTableEmptySelectTableEmptyCommandSelectTableRowSelectTableRowCommandShowAddNewBibliographicReferenceDialogShowAddNewBibliographicReferenceDialogCommandShowChangeEditingPermissionsDialogShowChangeEditingPermissionsDialogCommandShowCodeFormattingDialogShowCodeFormattingDialogCommandShowContentControlPropertiesDialogShowContentControlPropertiesDialogCommandShowDefineNewListStyleDialogShowDefineNewListStyleDialogCommandShowFieldsCodesShowFieldsResultsShowFindReplaceDialogShowFindReplaceDialogCommandShowFloatingBlockPropertiesDialogShowFloatingBlockPropertiesDialogCommandShowFontPropertiesDialogShowFontPropertiesDialogCommandShowImageEditorShowImageEditorCommandShowInsertCaptionDialogShowInsertCaptionDialogCommandShowInsertCrossReferenceWindowShowInsertCrossReferenceWindowCommandShowInsertDateTimeDialogShowInsertDateTimeDialogCommandShowInsertHyperlinkDialogShowInsertHyperlinkDialogCommandShowInsertSymbolWindowShowInsertSymbolWindowCommandShowInsertTableDialogShowInsertTableDialogCommandShowInsertTableOfContentsDialogShowInsertTableOfContentsDialogCommandShowLineNumberingDialogShowLineNumberingDialogCommandShowManageBibliographicSourcesDialogShowManageBibliographicSourcesDialogCommandShowManageBookmarksDialogShowManageBookmarksDialogCommandShowManageStylesDialogShowManageStylesDialogCommandShowNotesDialogShowNotesDialogCommandShowParagraphPropertiesDialogShowParagraphPropertiesDialogCommandShowSectionColumnsDialogShowSectionColumnsDialogCommandShowSetNumberingValueDialogShowSetNumberingValueDialogCommandShowSpellCheckingDialogShowSpellCheckingDialogCommandShowStyleFormattingPropertiesDialogShowStyleFormattingPropertiesDialogCommandShowTableBordersDialogShowTableBordersDialogCommandShowTablePropertiesDialogShowTablePropertiesDialogCommandShowTabStopsPropertiesDialogShowTabStopsPropertiesDialogCommandShowTaskPaneShowTaskPaneCommandShowWatermarkSettingsDialogShowWatermarkSettingsDialogCommandSuppressLineNumberingForCurrentParagraphSuppressLineNumberingForCurrentParagraphCommandTabBackwardTabBackwardCommandTabForwardTabForwardCommandTableCellContentAlignmentTableCellContentAlignmentCommandToggleBoldToggleBoldCommandToggleBulletsToggleBulletsCommandToggleCommentsToggleCommentsCommandToggleDifferentFirstPageHeaderFooterToggleDifferentFirstPageHeaderFooterCommandToggleDifferentOddAndEvenPagesHeaderFooterToggleDifferentOddAndEvenPagesHeaderFooterCommandToggleDocumentProtectionToggleDocumentProtectionCommandToggleFieldDisplayModeToggleFieldDisplayModeCommandToggleFormattingSymbolsToggleFormattingSymbolsCommandToggleHeaderFooterLinkToPreviousToggleHeaderFooterLinkToPreviousCommandToggleInsertShapeToolToggleInsertShapeToolCommandToggleItalicToggleItalicCommandToggleMergeFieldsHighlightToggleMergeFieldsHighlightCommandToggleNumberedToggleNumberedCommandToggleSpellCheckingToggleSpellCheckingCommandToggleStrikethroughToggleStrikethroughCommandToggleSubscriptToggleSubscriptCommandToggleSuperscriptToggleSuperscriptCommandToggleTableLookColumnBandingOptionToggleTableLookColumnBandingOptionCommandToggleTableLookFirstColumnOptionToggleTableLookFirstColumnOptionCommandToggleTableLookFirstRowOptionToggleTableLookFirstRowOptionCommandToggleTableLookLastColumnOptionToggleTableLookLastColumnOptionCommandToggleTableLookLastRowOptionToggleTableLookLastRowOptionCommandToggleTableLookRowBandingOptionToggleTableLookRowBandingOptionCommandToggleTableRowRepeatOnEveryPageToggleTableRowRepeatOnEveryPageCommandToggleTrackChangesToggleTrackChangesCommandToggleUnderlineToggleUnderlineCommandUndoUndoCommandUnmergeTableCellsUnmergeTableCellsCommandUpdateAllFieldsUpdateAllFieldsCommandUpdateFieldUpdateFieldCommandEventsPropertyChanged
Not finding the help you need?
Contact Support