skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RichTextBoxCommands

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

Inheritance
System.Object
RichTextBoxCommands
RichTextBoxCommandsTranslator
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll

Syntax

public class RichTextBoxCommands : Object, INotifyPropertyChanged

Properties

AcceptAllRevisions

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

Declaration
public static RoutedCommand AcceptAllRevisions { get; }
Property Value
System.Windows.Input.RoutedCommand

Remarks

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

AcceptAllRevisionsCommand

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

Declaration
public virtual AcceptAllRevisionsCommand AcceptAllRevisionsCommand { get; }
Property Value
AcceptAllRevisionsCommand

AcceptRevision

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

Declaration
public static RoutedCommand AcceptRevision { get; }
Property Value
System.Windows.Input.RoutedCommand

AcceptRevisionCommand

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

Declaration
public virtual AcceptRevisionCommand AcceptRevisionCommand { get; }
Property Value
AcceptRevisionCommand

AddShapeTextBox

Adds a Shape TextBox to the RichTextBox document.

Declaration
public static RoutedCommand AddShapeTextBox { get; }
Property Value
System.Windows.Input.RoutedCommand

AddShapeTextBoxCommand

Declaration
public virtual AddShapeTextBoxCommand AddShapeTextBoxCommand { get; }
Property Value
AddShapeTextBoxCommand

AssociatedRichTextBox

Gets or sets the associated RichTextBox for the command.

Declaration
public RadRichTextBox AssociatedRichTextBox { get; }
Property Value
RadRichTextBox

The associated RichTextBox instance.

CancelFormatPainter

Cancels the format painter operation in the RichTextBox.

Declaration
public static RoutedCommand CancelFormatPainter { get; }
Property Value
System.Windows.Input.RoutedCommand

CancelFormatPainterCommand

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.

Declaration
public virtual CancelFormatPainterCommand CancelFormatPainterCommand { get; }
Property Value
CancelFormatPainterCommand

ChangeAllFieldsDisplayMode

Changes the display mode of all fields within the RichTextBox.

Declaration
public static RoutedCommand ChangeAllFieldsDisplayMode { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeAllFieldsDisplayModeCommand

Changes the display mode of all fields in the RichTextBox.

Declaration
public virtual ChangeAllFieldsDisplayModeCommand ChangeAllFieldsDisplayModeCommand { get; }
Property Value
ChangeAllFieldsDisplayModeCommand

ChangeBibliographicStyle

Changes the bibliographic style of the rich text box.

Declaration
public static RoutedCommand ChangeBibliographicStyle { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeBibliographicStyleCommand

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

Declaration
public virtual ChangeBibliographicStyleCommand ChangeBibliographicStyleCommand { get; }
Property Value
ChangeBibliographicStyleCommand

ChangeFontFamily

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

Declaration
public static RoutedCommand ChangeFontFamily { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeFontFamilyCommand

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

Declaration
public virtual ChangeFontFamilyCommand ChangeFontFamilyCommand { get; }
Property Value
ChangeFontFamilyCommand

ChangeFontForeColor

Changes the foreground color of the font in the RichTextBox.

Declaration
public static RoutedCommand ChangeFontForeColor { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeFontForeColorCommand

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

Declaration
public virtual ChangeFontForeColorCommand ChangeFontForeColorCommand { get; }
Property Value
ChangeFontForeColorCommand

ChangeFontHighlightColor

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

Declaration
public static RoutedCommand ChangeFontHighlightColor { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeFontHighlightColorCommand

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

Declaration
public virtual ChangeFontHighlightColorCommand ChangeFontHighlightColorCommand { get; }
Property Value
ChangeFontHighlightColorCommand

ChangeFontSize

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

Declaration
public static RoutedCommand ChangeFontSize { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeFontSizeCommand

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

Declaration
public virtual ChangeFontSizeCommand ChangeFontSizeCommand { get; }
Property Value
ChangeFontSizeCommand

ChangeFormatPainterState

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

Declaration
public static RoutedCommand ChangeFormatPainterState { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeFormatPainterStateCommand

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

Declaration
public virtual ChangeFormatPainterStateCommand ChangeFormatPainterStateCommand { get; }
Property Value
ChangeFormatPainterStateCommand

ChangeImageWrappingStyle

Changes the image wrapping style in the RichTextBox.

Declaration
public static RoutedCommand ChangeImageWrappingStyle { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeImageWrappingStyleCommand

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

Declaration
public virtual ChangeImageWrappingStyleCommand ChangeImageWrappingStyleCommand { get; }
Property Value
ChangeImageWrappingStyleCommand

ChangeIntegratedWatermarkType

Changes the type of the integrated watermark in the RichTextBox.

Declaration
public static RoutedCommand ChangeIntegratedWatermarkType { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeIntegratedWatermarkTypeCommand

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

Declaration
public virtual ChangeIntegratedWatermarkTypeCommand ChangeIntegratedWatermarkTypeCommand { get; }
Property Value
ChangeIntegratedWatermarkTypeCommand

ChangeLayoutMode

Changes the layout mode of the RichTextBox.

Declaration
public static RoutedCommand ChangeLayoutMode { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeLayoutModeCommand

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

Declaration
public virtual ChangeLayoutModeCommand ChangeLayoutModeCommand { get; }
Property Value
ChangeLayoutModeCommand

ChangeListStyle

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

Declaration
public static RoutedCommand ChangeListStyle { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeListStyleCommand

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

Declaration
public virtual ChangeListStyleCommand ChangeListStyleCommand { get; }
Property Value
ChangeListStyleCommand

ChangePageMargins

Changes the page margins of the RichTextBox.

Declaration
public static RoutedCommand ChangePageMargins { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangePageMarginsCommand

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

Declaration
public virtual ChangePageMarginsTypeCommand ChangePageMarginsCommand { get; }
Property Value
ChangePageMarginsTypeCommand

ChangePageOrientation

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.

Declaration
public static RoutedCommand ChangePageOrientation { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangePageOrientationCommand

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

Declaration
public virtual ChangePageOrientationCommand ChangePageOrientationCommand { get; }
Property Value
ChangePageOrientationCommand

ChangePaperType

Changes the paper type of the RichTextBox document.

Declaration
public static RoutedCommand ChangePaperType { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangePaperTypeCommand

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

Declaration
public virtual ChangePaperTypeCommand ChangePaperTypeCommand { get; }
Property Value
ChangePaperTypeCommand

ChangeParagraphBackgroundColor

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

Declaration
public static RoutedCommand ChangeParagraphBackgroundColor { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeParagraphBackgroundColorCommand

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

Declaration
public virtual ChangeParagraphBackgroundColorCommand ChangeParagraphBackgroundColorCommand { get; }
Property Value
ChangeParagraphBackgroundColorCommand

ChangeParagraphFlowDirection

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

Declaration
public static RoutedCommand ChangeParagraphFlowDirection { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeParagraphFlowDirectionCommand

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

Declaration
public virtual ChangeParagraphFlowDirectionCommand ChangeParagraphFlowDirectionCommand { get; }
Property Value
ChangeParagraphFlowDirectionCommand

ChangeParagraphListLevel

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

Declaration
public static RoutedCommand ChangeParagraphListLevel { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeParagraphListLevelCommand

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

Declaration
public virtual ChangeParagraphListLevelCommand ChangeParagraphListLevelCommand { get; }
Property Value
ChangeParagraphListLevelCommand

ChangeRotateTextWithShape

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

Declaration
public static RoutedCommand ChangeRotateTextWithShape { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeRotateTextWithShapeCommand

Declaration
public virtual ChangeRotateTextWithShapeCommand ChangeRotateTextWithShapeCommand { get; }
Property Value
ChangeRotateTextWithShapeCommand

ChangeSectionColumns

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

Declaration
public static RoutedCommand ChangeSectionColumns { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeSectionColumnsCommand

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

Declaration
public virtual ChangeSectionColumnsCommand ChangeSectionColumnsCommand { get; }
Property Value
ChangeSectionColumnsCommand

ChangeSectionFooterBottomMargin

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

Declaration
public static RoutedCommand ChangeSectionFooterBottomMargin { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeSectionFooterBottomMarginCommand

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

Declaration
public virtual ChangeSectionFooterBottomMarginCommand ChangeSectionFooterBottomMarginCommand { get; }
Property Value
ChangeSectionFooterBottomMarginCommand

ChangeSectionHeaderTopMargin

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

Declaration
public static RoutedCommand ChangeSectionHeaderTopMargin { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeSectionHeaderTopMarginCommand

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

Declaration
public virtual ChangeSectionHeaderTopMarginCommand ChangeSectionHeaderTopMarginCommand { get; }
Property Value
ChangeSectionHeaderTopMarginCommand

ChangeShapeAutoFitToText

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

Declaration
public static RoutedCommand ChangeShapeAutoFitToText { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeAutoFitToTextCommand

Declaration
public virtual ChangeShapeAutoFitToTextCommand ChangeShapeAutoFitToTextCommand { get; }
Property Value
ChangeShapeAutoFitToTextCommand

ChangeShapeFill

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

Declaration
public static RoutedCommand ChangeShapeFill { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeFillCommand

Declaration
public virtual ChangeShapeFillCommand ChangeShapeFillCommand { get; }
Property Value
ChangeShapeFillCommand

ChangeShapeOutlineDash

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

Declaration
public static RoutedCommand ChangeShapeOutlineDash { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeOutlineDashCommand

Declaration
public virtual ChangeShapeOutlineDashCommand ChangeShapeOutlineDashCommand { get; }
Property Value
ChangeShapeOutlineDashCommand

ChangeShapeOutlineFill

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

Declaration
public static RoutedCommand ChangeShapeOutlineFill { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeOutlineFillCommand

Declaration
public virtual ChangeShapeOutlineFillCommand ChangeShapeOutlineFillCommand { get; }
Property Value
ChangeShapeOutlineFillCommand

ChangeShapeOutlineWidth

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

Declaration
public static RoutedCommand ChangeShapeOutlineWidth { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeOutlineWidthCommand

Declaration
public virtual ChangeShapeOutlineWidthCommand ChangeShapeOutlineWidthCommand { get; }
Property Value
ChangeShapeOutlineWidthCommand

ChangeShapeTextBottomMargin

Changes the bottom margin of a shape within the RichTextBox.

Declaration
public static RoutedCommand ChangeShapeTextBottomMargin { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextBottomMarginCommand

Declaration
public virtual ChangeShapeTextBottomMarginCommand ChangeShapeTextBottomMarginCommand { get; }
Property Value
ChangeShapeTextBottomMarginCommand

ChangeShapeTextFill

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

Declaration
public static RoutedCommand ChangeShapeTextFill { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextFillCommand

Declaration
public virtual ChangeShapeTextFillCommand ChangeShapeTextFillCommand { get; }
Property Value
ChangeShapeTextFillCommand

ChangeShapeTextLeftMargin

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

Declaration
public static RoutedCommand ChangeShapeTextLeftMargin { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextLeftMarginCommand

Declaration
public virtual ChangeShapeTextLeftMarginCommand ChangeShapeTextLeftMarginCommand { get; }
Property Value
ChangeShapeTextLeftMarginCommand

ChangeShapeTextOutlineDash

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

Declaration
public static RoutedCommand ChangeShapeTextOutlineDash { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextOutlineDashCommand

Declaration
public virtual ChangeShapeTextOutlineDashCommand ChangeShapeTextOutlineDashCommand { get; }
Property Value
ChangeShapeTextOutlineDashCommand

ChangeShapeTextOutlineFill

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

Declaration
public static RoutedCommand ChangeShapeTextOutlineFill { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextOutlineFillCommand

Declaration
public virtual ChangeShapeTextOutlineFillCommand ChangeShapeTextOutlineFillCommand { get; }
Property Value
ChangeShapeTextOutlineFillCommand

ChangeShapeTextOutlineWidth

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

Declaration
public static RoutedCommand ChangeShapeTextOutlineWidth { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextOutlineWidthCommand

Declaration
public virtual ChangeShapeTextOutlineWidthCommand ChangeShapeTextOutlineWidthCommand { get; }
Property Value
ChangeShapeTextOutlineWidthCommand

ChangeShapeTextRightMargin

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

Declaration
public static RoutedCommand ChangeShapeTextRightMargin { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextRightMarginCommand

Declaration
public virtual ChangeShapeTextRightMarginCommand ChangeShapeTextRightMarginCommand { get; }
Property Value
ChangeShapeTextRightMarginCommand

ChangeShapeTextRotation

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

Declaration
public static RoutedCommand ChangeShapeTextRotation { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextRotationCommand

Declaration
public virtual ChangeShapeTextRotationCommand ChangeShapeTextRotationCommand { get; }
Property Value
ChangeShapeTextRotationCommand

ChangeShapeTextTopMargin

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

Declaration
public static RoutedCommand ChangeShapeTextTopMargin { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextTopMarginCommand

Declaration
public virtual ChangeShapeTextTopMarginCommand ChangeShapeTextTopMarginCommand { get; }
Property Value
ChangeShapeTextTopMarginCommand

ChangeShapeTextVerticalAlignment

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

Declaration
public static RoutedCommand ChangeShapeTextVerticalAlignment { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextVerticalAlignmentCommand

Declaration
public virtual ChangeShapeTextVerticalAlignmentCommand ChangeShapeTextVerticalAlignmentCommand { get; }
Property Value
ChangeShapeTextVerticalAlignmentCommand

ChangeShapeTextWrap

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

Declaration
public static RoutedCommand ChangeShapeTextWrap { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeTextWrapCommand

Declaration
public virtual ChangeShapeTextWrapCommand ChangeShapeTextWrapCommand { get; }
Property Value
ChangeShapeTextWrapCommand

ChangeShapeWrappingStyle

Declaration
public static RoutedCommand ChangeShapeWrappingStyle { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeShapeWrappingStyleCommand

Declaration
public virtual ChangeShapeWrappingStyleCommand ChangeShapeWrappingStyleCommand { get; }
Property Value
ChangeShapeWrappingStyleCommand

ChangeStyleName

Changes the style name of the rich text box content.

Declaration
public static RoutedCommand ChangeStyleName { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeStyleNameCommand

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

Declaration
public virtual ChangeStyleNameCommand ChangeStyleNameCommand { get; }
Property Value
ChangeStyleNameCommand

ChangeTableColumnsLayoutMode

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

Declaration
public static RoutedCommand ChangeTableColumnsLayoutMode { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeTableColumnsLayoutModeCommand

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

Declaration
public virtual ChangeTableColumnsLayoutModeCommand ChangeTableColumnsLayoutModeCommand { get; }
Property Value
ChangeTableColumnsLayoutModeCommand

ChangeTextAlignment

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

Declaration
public static RoutedCommand ChangeTextAlignment { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeTextAlignmentCommand

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

Declaration
public virtual ChangeTextAlignmentCommand ChangeTextAlignmentCommand { get; }
Property Value
ChangeTextAlignmentCommand

ChangeUnderlineColor

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

Declaration
public static RoutedCommand ChangeUnderlineColor { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeUnderlineColorCommand

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

Declaration
public virtual ChangeUnderlineColorCommand ChangeUnderlineColorCommand { get; }
Property Value
ChangeUnderlineColorCommand

ChangeUnderlineDecoration

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

Declaration
public static RoutedCommand ChangeUnderlineDecoration { get; }
Property Value
System.Windows.Input.RoutedCommand

ChangeUnderlineDecorationCommand

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

Declaration
public virtual ChangeUnderlineDecorationCommand ChangeUnderlineDecorationCommand { get; }
Property Value
ChangeUnderlineDecorationCommand

ClearAllFormatting

Clears all formatting from the content in the RichTextBox.

Declaration
public static RoutedCommand ClearAllFormatting { get; }
Property Value
System.Windows.Input.RoutedCommand

ClearAllFormattingCommand

Clears all formatting from the selected text in the RichTextBox.

Declaration
public virtual ClearAllFormattingCommand ClearAllFormattingCommand { get; }
Property Value
ClearAllFormattingCommand

ClearFormatting

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

Declaration
public static RoutedCommand ClearFormatting { get; }
Property Value
System.Windows.Input.RoutedCommand

ClearFormattingCommand

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

Declaration
public virtual ClearFormattingCommand ClearFormattingCommand { get; }
Property Value
ClearFormattingCommand

ContinueNumbering

Continues the numbering of a list in the RichTextBox.

Declaration
public static RoutedCommand ContinueNumbering { get; }
Property Value
System.Windows.Input.RoutedCommand

ContinueNumberingCommand

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

Declaration
public virtual ContinueNumberingCommand ContinueNumberingCommand { get; }
Property Value
ContinueNumberingCommand

ConvertFloatingShapeToShapeInline

Declaration
public static RoutedCommand ConvertFloatingShapeToShapeInline { get; }
Property Value
System.Windows.Input.RoutedCommand

ConvertFloatingShapeToShapeInlineCommand

Declaration
public virtual ConvertFloatingShapeToShapeInlineCommand ConvertFloatingShapeToShapeInlineCommand { get; }
Property Value
ConvertFloatingShapeToShapeInlineCommand

ConvertImageToImageInline

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

Declaration
public static RoutedCommand ConvertImageToImageInline { get; }
Property Value
System.Windows.Input.RoutedCommand

ConvertImageToImageInlineCommand

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

Declaration
public virtual ConvertImageToImageInlineCommand ConvertImageToImageInlineCommand { get; }
Property Value
ConvertImageToImageInlineCommand

Copy

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

Declaration
public static RoutedCommand Copy { get; }
Property Value
System.Windows.Input.RoutedCommand

CopyCommand

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

Declaration
public virtual CopyCommand CopyCommand { get; }
Property Value
CopyCommand

CopyFormatting

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

Declaration
public static RoutedCommand CopyFormatting { get; }
Property Value
System.Windows.Input.RoutedCommand

CopyFormattingCommand

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

Declaration
public virtual CopyFormattingCommand CopyFormattingCommand { get; }
Property Value
CopyFormattingCommand

CopyHyperlink

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

Declaration
public static RoutedCommand CopyHyperlink { get; }
Property Value
System.Windows.Input.RoutedCommand

CopyHyperlinkCommand

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

Declaration
public virtual CopyHyperlinkCommand CopyHyperlinkCommand { get; }
Property Value
CopyHyperlinkCommand

Cut

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

Declaration
public static RoutedCommand Cut { get; }
Property Value
System.Windows.Input.RoutedCommand

CutCommand

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.

Declaration
public virtual CutCommand CutCommand { get; }
Property Value
CutCommand

DecrementFontSize

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

Declaration
public static RoutedCommand DecrementFontSize { get; }
Property Value
System.Windows.Input.RoutedCommand

DecrementFontSizeCommand

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

Declaration
public virtual DecrementFontSizeCommand DecrementFontSizeCommand { get; }
Property Value
DecrementFontSizeCommand

DecrementPageWidth

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

Declaration
public static RoutedCommand DecrementPageWidth { get; }
Property Value
System.Windows.Input.RoutedCommand

DecrementParagraphLeftIndent

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

Declaration
public static RoutedCommand DecrementParagraphLeftIndent { get; }
Property Value
System.Windows.Input.RoutedCommand

DecrementParagraphLeftIndentCommand

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

Declaration
public virtual DecrementParagraphLeftIndentCommand DecrementParagraphLeftIndentCommand { get; }
Property Value
DecrementParagraphLeftIndentCommand

DecrementParagraphListLevel

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

Declaration
public static RoutedCommand DecrementParagraphListLevel { get; }
Property Value
System.Windows.Input.RoutedCommand

DecrementParagraphListLevelCommand

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.

Declaration
public virtual DecrementParagraphListLevelCommand DecrementParagraphListLevelCommand { get; }
Property Value
DecrementParagraphListLevelCommand

Delete

Deletes the selected content from the rich text box.

Declaration
public static RoutedCommand Delete { get; }
Property Value
System.Windows.Input.RoutedCommand

DeleteAllComments

Deletes all comments from the RichTextBox.

Declaration
public static RoutedCommand DeleteAllComments { get; }
Property Value
System.Windows.Input.RoutedCommand

DeleteAllCommentsCommand

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

Declaration
public virtual DeleteAllCommentsCommand DeleteAllCommentsCommand { get; }
Property Value
DeleteAllCommentsCommand

DeleteCodeBlock

Deletes a code block from the rich text box.

Declaration
public static RoutedCommand DeleteCodeBlock { get; }
Property Value
System.Windows.Input.RoutedCommand

DeleteCodeBlockCommand

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

Declaration
public virtual DeleteCodeBlockCommand DeleteCodeBlockCommand { get; }
Property Value
DeleteCodeBlockCommand

DeleteCommand

Represents a command to delete selected content in a RichTextBox.

Declaration
public virtual DeleteCommand DeleteCommand { get; }
Property Value
DeleteCommand

DeleteComment

Deletes the specified comment from the document.

Declaration
public static RoutedCommand DeleteComment { get; }
Property Value
System.Windows.Input.RoutedCommand

DeleteCommentCommand

Represents a command that deletes a comment from the RichTextBox.

Declaration
public virtual DeleteCommentCommand DeleteCommentCommand { get; }
Property Value
DeleteCommentCommand

DeleteTable

Executes the command to delete a table from the RichTextBox.

Declaration
public static RoutedCommand DeleteTable { get; }
Property Value
System.Windows.Input.RoutedCommand

DeleteTableColumn

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

Declaration
public static RoutedCommand DeleteTableColumn { get; }
Property Value
System.Windows.Input.RoutedCommand

DeleteTableColumnCommand

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

Declaration
public virtual DeleteTableColumnCommand DeleteTableColumnCommand { get; }
Property Value
DeleteTableColumnCommand

DeleteTableCommand

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

Declaration
public virtual DeleteTableCommand DeleteTableCommand { get; }
Property Value
DeleteTableCommand

DeleteTableRow

Deletes the specified row from a table in the RichTextBox.

Declaration
public static RoutedCommand DeleteTableRow { get; }
Property Value
System.Windows.Input.RoutedCommand

DeleteTableRowCommand

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

Declaration
public virtual DeleteTableRowCommand DeleteTableRowCommand { get; }
Property Value
DeleteTableRowCommand

EditFooter

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

Declaration
public static RoutedCommand EditFooter { get; }
Property Value
System.Windows.Input.RoutedCommand

EditFooterCommand

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

Declaration
public virtual EditFooterCommand EditFooterCommand { get; }
Property Value
EditFooterCommand

EditHeader

Edits the header of the RichTextBox document.

Declaration
public static RoutedCommand EditHeader { get; }
Property Value
System.Windows.Input.RoutedCommand

EditHeaderCommand

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

Declaration
public virtual EditHeaderCommand EditHeaderCommand { get; }
Property Value
EditHeaderCommand

EditShapeTextBox

Edits the text box shape in the RichTextBox.

Declaration
public static RoutedCommand EditShapeTextBox { get; }
Property Value
System.Windows.Input.RoutedCommand

EditShapeTextBoxCommand

Declaration
public virtual EditShapeTextBoxCommand EditShapeTextBoxCommand { get; }
Property Value
EditShapeTextBoxCommand

ExitHeaderFooterEditMode

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

Declaration
public static RoutedCommand ExitHeaderFooterEditMode { get; }
Property Value
System.Windows.Input.RoutedCommand

ExitHeaderFooterEditModeCommand

Exits the header and footer edit mode in the RichTextBox.

Declaration
public virtual ExitHeaderFooterEditModeCommand ExitHeaderFooterEditModeCommand { get; }
Property Value
ExitHeaderFooterEditModeCommand

GoToNextComment

Navigates to the next comment in the RichTextBox.

Declaration
public static RoutedCommand GoToNextComment { get; }
Property Value
System.Windows.Input.RoutedCommand

GoToNextCommentCommand

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

Declaration
public virtual GoToNextCommentCommand GoToNextCommentCommand { get; }
Property Value
GoToNextCommentCommand

GoToNextEndnote

Navigates to the next endnote in the rich text box.

Declaration
public static RoutedCommand GoToNextEndnote { get; }
Property Value
System.Windows.Input.RoutedCommand

GoToNextEndnoteCommand

Navigates to the next endnote in the document.

Declaration
public virtual GoToNextEndnoteCommand GoToNextEndnoteCommand { get; }
Property Value
GoToNextEndnoteCommand

GoToNextFootnote

Moves the focus to the next footnote in the RichTextBox.

Declaration
public static RoutedCommand GoToNextFootnote { get; }
Property Value
System.Windows.Input.RoutedCommand

GoToNextFootnoteCommand

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

Declaration
public virtual GoToNextFootnoteCommand GoToNextFootnoteCommand { get; }
Property Value
GoToNextFootnoteCommand

GoToNextRevision

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

Declaration
public static RoutedCommand GoToNextRevision { get; }
Property Value
System.Windows.Input.RoutedCommand

GoToNextRevisionCommand

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

Declaration
public virtual GoToNextRevisionCommand GoToNextRevisionCommand { get; }
Property Value
GoToNextRevisionCommand

GoToPreviousComment

Navigates to the previous comment in the rich text box.

Declaration
public static RoutedCommand GoToPreviousComment { get; }
Property Value
System.Windows.Input.RoutedCommand

GoToPreviousCommentCommand

Navigates to the previous comment in the rich text document.

Declaration
public virtual GoToPreviousCommentCommand GoToPreviousCommentCommand { get; }
Property Value
GoToPreviousCommentCommand

GoToPreviousEndnote

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

Declaration
public static RoutedCommand GoToPreviousEndnote { get; }
Property Value
System.Windows.Input.RoutedCommand

GoToPreviousEndnoteCommand

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

Declaration
public virtual GoToPreviousEndnoteCommand GoToPreviousEndnoteCommand { get; }
Property Value
GoToPreviousEndnoteCommand

GoToPreviousFootnote

Navigates to the previous footnote in the rich text box.

Declaration
public static RoutedCommand GoToPreviousFootnote { get; }
Property Value
System.Windows.Input.RoutedCommand

GoToPreviousFootnoteCommand

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

Declaration
public virtual GoToPreviousFootnoteCommand GoToPreviousFootnoteCommand { get; }
Property Value
GoToPreviousFootnoteCommand

GoToPreviousRevision

Navigates to the previous revision in the rich text box.

Declaration
public static RoutedCommand GoToPreviousRevision { get; }
Property Value
System.Windows.Input.RoutedCommand

GoToPreviousRevisionCommand

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

Declaration
public virtual GoToPreviousRevisionCommand GoToPreviousRevisionCommand { get; }
Property Value
GoToPreviousRevisionCommand

IncrementFontSize

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

Declaration
public static RoutedCommand IncrementFontSize { get; }
Property Value
System.Windows.Input.RoutedCommand

IncrementFontSizeCommand

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

Declaration
public virtual IncrementFontSizeCommand IncrementFontSizeCommand { get; }
Property Value
IncrementFontSizeCommand

IncrementPageWidth

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

Declaration
public static RoutedCommand IncrementPageWidth { get; }
Property Value
System.Windows.Input.RoutedCommand

IncrementParagraphLeftIndent

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

Declaration
public static RoutedCommand IncrementParagraphLeftIndent { get; }
Property Value
System.Windows.Input.RoutedCommand

IncrementParagraphLeftIndentCommand

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

Declaration
public virtual IncrementParagraphLeftIndentCommand IncrementParagraphLeftIndentCommand { get; }
Property Value
IncrementParagraphLeftIndentCommand

IncrementParagraphListLevel

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

Declaration
public static RoutedCommand IncrementParagraphListLevel { get; }
Property Value
System.Windows.Input.RoutedCommand

IncrementParagraphListLevelCommand

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

Declaration
public virtual IncrementParagraphListLevelCommand IncrementParagraphListLevelCommand { get; }
Property Value
IncrementParagraphListLevelCommand

InsertBibliographyField

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

Declaration
public static RoutedCommand InsertBibliographyField { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertBibliographyFieldCommand

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

Declaration
public virtual InsertBibliographyFieldCommand InsertBibliographyFieldCommand { get; }
Property Value
InsertBibliographyFieldCommand

InsertBreak

Inserts a break at the current position in the document.

Declaration
public static RoutedCommand InsertBreak { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertBreakCommand

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

Declaration
public virtual InsertBreakCommand InsertBreakCommand { get; }
Property Value
InsertBreakCommand

InsertCitationField

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

Declaration
public static RoutedCommand InsertCitationField { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertCitationFieldCommand

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

Declaration
public virtual InsertCitationFieldCommand InsertCitationFieldCommand { get; }
Property Value
InsertCitationFieldCommand

InsertColumnBreak

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

Declaration
public static RoutedCommand InsertColumnBreak { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertColumnBreakCommand

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

Declaration
public virtual InsertColumnBreakCommand InsertColumnBreakCommand { get; }
Property Value
InsertColumnBreakCommand

InsertComment

Inserts a comment into the RichTextBox.

Declaration
public static RoutedCommand InsertComment { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertCommentCommand

Inserts a comment at the current position in the RichTextBox.

Declaration
public virtual InsertCommentCommand InsertCommentCommand { get; }
Property Value
InsertCommentCommand

InsertDocumentFragment

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

Declaration
public static RoutedCommand InsertDocumentFragment { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertDocumentFragmentCommand

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

Declaration
public virtual InsertDocumentFragmentCommand InsertDocumentFragmentCommand { get; }
Property Value
InsertDocumentFragmentCommand

InsertEndnote

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

Declaration
public static RoutedCommand InsertEndnote { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertEndnoteCommand

Inserts an endnote at the current position in the document.

Declaration
public virtual InsertEndnoteCommand InsertEndnoteCommand { get; }
Property Value
InsertEndnoteCommand

InsertField

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

Declaration
public static RoutedCommand InsertField { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertFieldCommand

Represents a command to insert a field into the RichTextBox.

Declaration
public virtual InsertFieldCommand InsertFieldCommand { get; }
Property Value
InsertFieldCommand

InsertFootnote

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

Declaration
public static RoutedCommand InsertFootnote { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertFootnoteCommand

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

Declaration
public virtual InsertFootnoteCommand InsertFootnoteCommand { get; }
Property Value
InsertFootnoteCommand

InsertLineBreak

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

Declaration
public static RoutedCommand InsertLineBreak { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertLineBreakCommand

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

Declaration
public virtual InsertLineBreakCommand InsertLineBreakCommand { get; }
Property Value
InsertLineBreakCommand

InsertLineNumbering

Inserts line numbering into the specified rich text box document.

Declaration
public static RoutedCommand InsertLineNumbering { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertLineNumberingCommand

Declaration
public virtual InsertLineNumberingCommand InsertLineNumberingCommand { get; }
Property Value
InsertLineNumberingCommand

InsertMergeFieldEmpty

Inserts an empty merge field into the RichTextBox.

Declaration
public static RoutedCommand InsertMergeFieldEmpty { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertMergeFieldEmptyCommand

Inserts an empty merge field into the rich text box.

Declaration
public virtual InsertMergeFieldEmptyCommand InsertMergeFieldEmptyCommand { get; }
Property Value
InsertMergeFieldEmptyCommand

InsertNonBreakingSpace

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

Declaration
public static RoutedCommand InsertNonBreakingSpace { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertNonBreakingSpaceCommand

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

Declaration
public virtual InsertNonBreakingSpaceCommand InsertNonBreakingSpaceCommand { get; }
Property Value
InsertNonBreakingSpaceCommand

InsertPageBreak

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

Declaration
public static RoutedCommand InsertPageBreak { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertPageBreakCommand

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

Declaration
public virtual InsertPageBreakCommand InsertPageBreakCommand { get; }
Property Value
InsertPageBreakCommand

InsertPageField

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

Declaration
public static RoutedCommand InsertPageField { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertPageFieldCommand

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

Declaration
public virtual InsertPageFieldCommand InsertPageFieldCommand { get; }
Property Value
InsertPageFieldCommand

InsertPicture

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

Declaration
public static RoutedCommand InsertPicture { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertPictureCommand

Represents a command that inserts a picture into the RichTextBox.

Declaration
public virtual InsertPictureCommand InsertPictureCommand { get; }
Property Value
InsertPictureCommand

InsertSdt

Declaration
public static RoutedCommand InsertSdt { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertSdtCommand

Declaration
public virtual InsertStructuredDocumentTagCommand InsertSdtCommand { get; }
Property Value
InsertStructuredDocumentTagCommand

InsertSectionBreak

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

Declaration
public static RoutedCommand InsertSectionBreak { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertSectionBreakCommand

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

Declaration
public virtual InsertSectionBreakCommand InsertSectionBreakCommand { get; }
Property Value
InsertSectionBreakCommand

InsertTable

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

Declaration
public static RoutedCommand InsertTable { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTableColumn

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

Declaration
public static RoutedCommand InsertTableColumn { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTableColumnCommand

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

Declaration
public virtual InsertTableColumnCommand InsertTableColumnCommand { get; }
Property Value
InsertTableColumnCommand

InsertTableColumnToTheLeft

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

Declaration
public static RoutedCommand InsertTableColumnToTheLeft { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTableColumnToTheLeftCommand

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

Declaration
public virtual InsertTableColumnToTheLeftCommand InsertTableColumnToTheLeftCommand { get; }
Property Value
InsertTableColumnToTheLeftCommand

InsertTableColumnToTheRight

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

Declaration
public static RoutedCommand InsertTableColumnToTheRight { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTableColumnToTheRightCommand

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

Declaration
public virtual InsertTableColumnToTheRightCommand InsertTableColumnToTheRightCommand { get; }
Property Value
InsertTableColumnToTheRightCommand

InsertTableCommand

Executes the command to insert a table into the RichTextBox.

Declaration
public virtual InsertTableCommand InsertTableCommand { get; }
Property Value
InsertTableCommand

InsertTableRow

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

Declaration
public static RoutedCommand InsertTableRow { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTableRowAbove

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

Declaration
public static RoutedCommand InsertTableRowAbove { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTableRowAboveCommand

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

Declaration
public virtual InsertTableRowAboveCommand InsertTableRowAboveCommand { get; }
Property Value
InsertTableRowAboveCommand

InsertTableRowBelow

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

Declaration
public static RoutedCommand InsertTableRowBelow { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTableRowBelowCommand

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

Declaration
public virtual InsertTableRowBelowCommand InsertTableRowBelowCommand { get; }
Property Value
InsertTableRowBelowCommand

InsertTableRowCommand

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

Declaration
public virtual InsertTableRowCommand InsertTableRowCommand { get; }
Property Value
InsertTableRowCommand

InsertText

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

Declaration
public static RoutedCommand InsertText { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTextBox

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

Declaration
public static RoutedCommand InsertTextBox { get; }
Property Value
System.Windows.Input.RoutedCommand

InsertTextBoxCommand

Declaration
public virtual InsertTextBoxCommand InsertTextBoxCommand { get; }
Property Value
InsertTextBoxCommand

InsertTextCommand

Inserts text at the current cursor position in the RichTextBox.

Declaration
public virtual InsertTextCommand InsertTextCommand { get; }
Property Value
InsertTextCommand

MailMerge

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

Declaration
public static RoutedCommand MailMerge { get; }
Property Value
System.Windows.Input.RoutedCommand

MailMergeCommand

Executes the mail merge command on the specified RichTextBox.

Declaration
public virtual MailMergeCommand MailMergeCommand { get; }
Property Value
MailMergeCommand

MergeTableCells

Merges specified table cells in the RichTextBox.

Declaration
public static RoutedCommand MergeTableCells { get; }
Property Value
System.Windows.Input.RoutedCommand

MergeTableCellsCommand

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

Declaration
public virtual MergeTableCellsCommand MergeTableCellsCommand { get; }
Property Value
MergeTableCellsCommand

MoveCaret

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

Declaration
public static RoutedCommand MoveCaret { get; }
Property Value
System.Windows.Input.RoutedCommand

MoveCaretCommand

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

Declaration
public virtual MoveCaretCommand MoveCaretCommand { get; }
Property Value
MoveCaretCommand

MoveSelection

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

Declaration
public static RoutedCommand MoveSelection { get; }
Property Value
System.Windows.Input.RoutedCommand

MoveSelectionCommand

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

Declaration
public virtual MoveSelectionCommand MoveSelectionCommand { get; }
Property Value
MoveSelectionCommand

MultipleUndo

Executes multiple undo operations in the RichTextBox.

Declaration
public static RoutedCommand MultipleUndo { get; }
Property Value
System.Windows.Input.RoutedCommand

MultipleUndoCommand

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

Declaration
public virtual MultipleUndoCommand MultipleUndoCommand { get; }
Property Value
MultipleUndoCommand

NewDocument

Creates a new document in the RichTextBox.

Declaration
public static RoutedCommand NewDocument { get; }
Property Value
System.Windows.Input.RoutedCommand

NewDocumentCommand

Initializes a new document in the RichTextBox control.

Declaration
public virtual NewDocumentCommand NewDocumentCommand { get; }
Property Value
NewDocumentCommand

OpenContextMenuOnNextSpellingError

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

Declaration
public static RoutedCommand OpenContextMenuOnNextSpellingError { get; }
Property Value
System.Windows.Input.RoutedCommand

OpenContextMenuOnNextSpellingErrorCommand

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

Declaration
public virtual OpenContextMenuOnNextSpellingErrorCommand OpenContextMenuOnNextSpellingErrorCommand { get; }
Property Value
OpenContextMenuOnNextSpellingErrorCommand

OpenDocument

Opens a document in the RichTextBox.

Declaration
public static RoutedCommand OpenDocument { get; }
Property Value
System.Windows.Input.RoutedCommand

OpenDocumentCommand

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

Declaration
public virtual OpenDocumentCommand OpenDocumentCommand { get; }
Property Value
OpenDocumentCommand

OpenHyperlink

Opens the specified hyperlink in the default web browser.

Declaration
public static RoutedCommand OpenHyperlink { get; }
Property Value
System.Windows.Input.RoutedCommand

OpenHyperlinkCommand

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

Declaration
public virtual OpenHyperlinkCommand OpenHyperlinkCommand { get; }
Property Value
OpenHyperlinkCommand

Paste

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

Declaration
public static RoutedCommand Paste { get; }
Property Value
System.Windows.Input.RoutedCommand

PasteCommand

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

Declaration
public virtual PasteCommand PasteCommand { get; }
Property Value
PasteCommand

PasteFormatting

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

Declaration
public static RoutedCommand PasteFormatting { get; }
Property Value
System.Windows.Input.RoutedCommand

PasteFormattingCommand

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

Declaration
public virtual PasteFormattingCommand PasteFormattingCommand { get; }
Property Value
PasteFormattingCommand

PreviewFirstMailMergeDataRecord

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

Declaration
public static RoutedCommand PreviewFirstMailMergeDataRecord { get; }
Property Value
System.Windows.Input.RoutedCommand

PreviewFirstMailMergeDataRecordCommand

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

Declaration
public virtual PreviewFirstMailMergeDataRecordCommand PreviewFirstMailMergeDataRecordCommand { get; }
Property Value
PreviewFirstMailMergeDataRecordCommand

PreviewLastMailMergeDataRecord

Previews the last mail merge data record for the RichTextBox.

Declaration
public static RoutedCommand PreviewLastMailMergeDataRecord { get; }
Property Value
System.Windows.Input.RoutedCommand

PreviewLastMailMergeDataRecordCommand

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

Declaration
public virtual PreviewLastMailMergeDataRecordCommand PreviewLastMailMergeDataRecordCommand { get; }
Property Value
PreviewLastMailMergeDataRecordCommand

PreviewMailMergeResults

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

Declaration
public static RoutedCommand PreviewMailMergeResults { get; }
Property Value
System.Windows.Input.RoutedCommand

PreviewNextMailMergeDataRecord

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

Declaration
public static RoutedCommand PreviewNextMailMergeDataRecord { get; }
Property Value
System.Windows.Input.RoutedCommand

PreviewNextMailMergeDataRecordCommand

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

Declaration
public virtual PreviewNextMailMergeDataRecordCommand PreviewNextMailMergeDataRecordCommand { get; }
Property Value
PreviewNextMailMergeDataRecordCommand

PreviewPreviousMailMergeDataRecord

Retrieves the previous data record for a mail merge operation.

Declaration
public static RoutedCommand PreviewPreviousMailMergeDataRecord { get; }
Property Value
System.Windows.Input.RoutedCommand

PreviewPreviousMailMergeDataRecordCommand

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

Declaration
public virtual PreviewPreviousMailMergeDataRecordCommand PreviewPreviousMailMergeDataRecordCommand { get; }
Property Value
PreviewPreviousMailMergeDataRecordCommand

Print

Sends the content of the RichTextBox to the printer.

Declaration
public static RoutedCommand Print { get; }
Property Value
System.Windows.Input.RoutedCommand

PrintCommand

Represents the command to print the content of the RichTextBox.

Declaration
public virtual PrintCommand PrintCommand { get; }
Property Value
PrintCommand

PrintPreview

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

Declaration
public static RoutedCommand PrintPreview { get; }
Property Value
System.Windows.Input.RoutedCommand

PrintPreviewCommand

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

Declaration
public virtual PrintPreviewCommand PrintPreviewCommand { get; }
Property Value
PrintPreviewCommand

Redo

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

Declaration
public static RoutedCommand Redo { get; }
Property Value
System.Windows.Input.RoutedCommand

RedoCommand

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

Declaration
public virtual RedoCommand RedoCommand { get; }
Property Value
RedoCommand

RejectAllRevisions

Rejects all revisions in the rich text box document.

Declaration
public static RoutedCommand RejectAllRevisions { get; }
Property Value
System.Windows.Input.RoutedCommand

RejectAllRevisionsCommand

Represents the command that rejects all revisions in the RichTextBox.

Declaration
public virtual RejectAllRevisionsCommand RejectAllRevisionsCommand { get; }
Property Value
RejectAllRevisionsCommand

RejectRevision

Rejects the specified revision in the RichTextBox document.

Declaration
public static RoutedCommand RejectRevision { get; }
Property Value
System.Windows.Input.RoutedCommand

RejectRevisionCommand

Executes the command to reject a revision in the RichTextBox.

Declaration
public virtual RejectRevisionCommand RejectRevisionCommand { get; }
Property Value
RejectRevisionCommand

RemoveHyperlink

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

Declaration
public static RoutedCommand RemoveHyperlink { get; }
Property Value
System.Windows.Input.RoutedCommand

RemoveHyperlinkCommand

Represents a command to remove a hyperlink from the RichTextBox.

Declaration
public virtual RemoveHyperlinkCommand RemoveHyperlinkCommand { get; }
Property Value
RemoveHyperlinkCommand

RemoveWatermark

Removes the watermark from the RichTextBox.

Declaration
public static RoutedCommand RemoveWatermark { get; }
Property Value
System.Windows.Input.RoutedCommand

RemoveWatermarkCommand

Removes the watermark from the RichTextBox control.

Declaration
public virtual RemoveWatermarkCommand RemoveWatermarkCommand { get; }
Property Value
RemoveWatermarkCommand

RestartNumbering

Restarts the numbering of the specified list in the RichTextBox.

Declaration
public static RoutedCommand RestartNumbering { get; }
Property Value
System.Windows.Input.RoutedCommand

RestartNumberingCommand

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

Declaration
public virtual RestartNumberingCommand RestartNumberingCommand { get; }
Property Value
RestartNumberingCommand

Save

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

Declaration
public static RoutedCommand Save { get; }
Property Value
System.Windows.Input.RoutedCommand

SaveCommand

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

Declaration
public virtual SaveCommand SaveCommand { get; }
Property Value
SaveCommand

SelectAll

Selects all content within the rich text box.

Declaration
public static RoutedCommand SelectAll { get; }
Property Value
System.Windows.Input.RoutedCommand

SelectAllCommand

Represents the command to select all content within the RichTextBox.

Declaration
public virtual SelectAllCommand SelectAllCommand { get; }
Property Value
SelectAllCommand

SelectHyperlink

Selects a hyperlink within the rich text box.

Declaration
public static RoutedCommand SelectHyperlink { get; }
Property Value
System.Windows.Input.RoutedCommand

SelectHyperlinkCommand

Represents the command that selects a hyperlink within the RichTextBox.

Declaration
public virtual SelectHyperlinkCommand SelectHyperlinkCommand { get; }
Property Value
SelectHyperlinkCommand

SelectTable

Selects the specified table in the RichTextBox control.

Declaration
public static RoutedCommand SelectTable { get; }
Property Value
System.Windows.Input.RoutedCommand

SelectTableCell

Selects a specific cell in a table within the RichTextBox.

Declaration
public static RoutedCommand SelectTableCell { get; }
Property Value
System.Windows.Input.RoutedCommand

SelectTableCellCommand

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

Declaration
public virtual SelectTableCellCommand SelectTableCellCommand { get; }
Property Value
SelectTableCellCommand

SelectTableColumn

Selects the specified column in a table within the RichTextBox.

Declaration
public static RoutedCommand SelectTableColumn { get; }
Property Value
System.Windows.Input.RoutedCommand

SelectTableColumnCommand

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

Declaration
public virtual SelectTableColumnCommand SelectTableColumnCommand { get; }
Property Value
SelectTableColumnCommand

SelectTableCommand

Selects the specified table in the RichTextBox control.

Declaration
public virtual SelectTableCommand SelectTableCommand { get; }
Property Value
SelectTableCommand

SelectTableEmpty

Selects an empty table in the RichTextBox control.

Declaration
public static RoutedCommand SelectTableEmpty { get; }
Property Value
System.Windows.Input.RoutedCommand

SelectTableEmptyCommand

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

Declaration
public virtual SelectTableEmptyCommand SelectTableEmptyCommand { get; }
Property Value
SelectTableEmptyCommand

SelectTableRow

Selects the specified row in the table of the RichTextBox.

Declaration
public static RoutedCommand SelectTableRow { get; }
Property Value
System.Windows.Input.RoutedCommand

SelectTableRowCommand

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

Declaration
public virtual SelectTableRowCommand SelectTableRowCommand { get; }
Property Value
SelectTableRowCommand

ShowAddNewBibliographicReferenceDialog

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

Declaration
public static RoutedCommand ShowAddNewBibliographicReferenceDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowAddNewBibliographicReferenceDialogCommand

Opens a dialog for adding a new bibliographic reference.

Declaration
public virtual ShowAddNewBibliographicReferenceDialogCommand ShowAddNewBibliographicReferenceDialogCommand { get; }
Property Value
ShowAddNewBibliographicReferenceDialogCommand

ShowChangeEditingPermissionsDialog

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

Declaration
public static RoutedCommand ShowChangeEditingPermissionsDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowChangeEditingPermissionsDialogCommand

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

Declaration
public virtual ShowChangeEditingPermissionsDialogCommand ShowChangeEditingPermissionsDialogCommand { get; }
Property Value
ShowChangeEditingPermissionsDialogCommand

ShowCodeFormattingDialog

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

Declaration
public static RoutedCommand ShowCodeFormattingDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowCodeFormattingDialogCommand

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

Declaration
public virtual ShowCodeFormattingDialogCommand ShowCodeFormattingDialogCommand { get; }
Property Value
ShowCodeFormattingDialogCommand

ShowContentControlPropertiesDialog

Declaration
public static RoutedCommand ShowContentControlPropertiesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowContentControlPropertiesDialogCommand

Declaration
public virtual ShowContentControlPropertiesDialogCommand ShowContentControlPropertiesDialogCommand { get; }
Property Value
ShowContentControlPropertiesDialogCommand

ShowDefineNewListStyleDialog

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

Declaration
public static RoutedCommand ShowDefineNewListStyleDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowDefineNewListStyleDialogCommand

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

Declaration
public virtual ShowDefineNewListStyleDialogCommand ShowDefineNewListStyleDialogCommand { get; }
Property Value
ShowDefineNewListStyleDialogCommand

ShowFieldsCodes

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

Declaration
public static RoutedCommand ShowFieldsCodes { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowFieldsResults

Displays the results of fields within the rich text box.

Declaration
public static RoutedCommand ShowFieldsResults { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowFindReplaceDialog

Displays the Find and Replace dialog for the RichTextBox control.

Declaration
public static RoutedCommand ShowFindReplaceDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowFindReplaceDialogCommand

Displays the Find and Replace dialog for the RichTextBox.

Declaration
public virtual ShowFindReplaceDialogCommand ShowFindReplaceDialogCommand { get; }
Property Value
ShowFindReplaceDialogCommand

ShowFloatingBlockPropertiesDialog

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

Declaration
public static RoutedCommand ShowFloatingBlockPropertiesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowFloatingBlockPropertiesDialogCommand

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

Declaration
public virtual ShowFloatingBlockPropertiesDialogCommand ShowFloatingBlockPropertiesDialogCommand { get; }
Property Value
ShowFloatingBlockPropertiesDialogCommand

ShowFontPropertiesDialog

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

Declaration
public static RoutedCommand ShowFontPropertiesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowFontPropertiesDialogCommand

Displays the font properties dialog for the RichTextBox.

Declaration
public virtual ShowFontPropertiesDialogCommand ShowFontPropertiesDialogCommand { get; }
Property Value
ShowFontPropertiesDialogCommand

ShowImageEditor

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

Declaration
public static RoutedCommand ShowImageEditor { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowImageEditorCommand

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

Declaration
public virtual ShowImageEditorCommand ShowImageEditorCommand { get; }
Property Value
ShowImageEditorCommand

ShowInsertCaptionDialog

Displays a dialog for inserting a caption in the RichTextBox.

Declaration
public static RoutedCommand ShowInsertCaptionDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowInsertCaptionDialogCommand

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

Declaration
public virtual ShowInsertCaptionDialogCommand ShowInsertCaptionDialogCommand { get; }
Property Value
ShowInsertCaptionDialogCommand

ShowInsertCrossReferenceWindow

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

Declaration
public static RoutedCommand ShowInsertCrossReferenceWindow { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowInsertCrossReferenceWindowCommand

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

Declaration
public virtual ShowInsertCrossReferenceWindowCommand ShowInsertCrossReferenceWindowCommand { get; }
Property Value
ShowInsertCrossReferenceWindowCommand

ShowInsertDateTimeDialog

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

Declaration
public static RoutedCommand ShowInsertDateTimeDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowInsertDateTimeDialogCommand

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

Declaration
public virtual ShowInsertDateTimeDialogCommand ShowInsertDateTimeDialogCommand { get; }
Property Value
ShowInsertDateTimeDialogCommand

ShowInsertHyperlinkDialog

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

Declaration
public static RoutedCommand ShowInsertHyperlinkDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowInsertHyperlinkDialogCommand

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

Declaration
public virtual ShowInsertHyperlinkDialogCommand ShowInsertHyperlinkDialogCommand { get; }
Property Value
ShowInsertHyperlinkDialogCommand

ShowInsertSymbolWindow

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

Declaration
public static RoutedCommand ShowInsertSymbolWindow { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowInsertSymbolWindowCommand

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

Declaration
public virtual ShowInsertSymbolWindowCommand ShowInsertSymbolWindowCommand { get; }
Property Value
ShowInsertSymbolWindowCommand

ShowInsertTableDialog

Displays a dialog for inserting a table into the RichTextBox.

Declaration
public static RoutedCommand ShowInsertTableDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowInsertTableDialogCommand

Displays the dialog for inserting a table in the RichTextBox.

Declaration
public virtual ShowInsertTableDialogCommand ShowInsertTableDialogCommand { get; }
Property Value
ShowInsertTableDialogCommand

ShowInsertTableOfContentsDialog

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

Declaration
public static RoutedCommand ShowInsertTableOfContentsDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowInsertTableOfContentsDialogCommand

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

Declaration
public virtual ShowInsertTableOfContentsDialogCommand ShowInsertTableOfContentsDialogCommand { get; }
Property Value
ShowInsertTableOfContentsDialogCommand

ShowLineNumberingDialog

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

Declaration
public static RoutedCommand ShowLineNumberingDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowLineNumberingDialogCommand

Declaration
public virtual ShowLineNumberingDialogCommand ShowLineNumberingDialogCommand { get; }
Property Value
ShowLineNumberingDialogCommand

ShowManageBibliographicSourcesDialog

Displays the dialog for managing bibliographic sources.

Declaration
public static RoutedCommand ShowManageBibliographicSourcesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowManageBibliographicSourcesDialogCommand

Displays the dialog for managing bibliographic sources within the RichTextBox.

Declaration
public virtual ShowManageBibliographicSourcesDialogCommand ShowManageBibliographicSourcesDialogCommand { get; }
Property Value
ShowManageBibliographicSourcesDialogCommand

ShowManageBookmarksDialog

Displays the Manage Bookmarks dialog for the RichTextBox.

Declaration
public static RoutedCommand ShowManageBookmarksDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowManageBookmarksDialogCommand

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

Declaration
public virtual ShowManageBookmarksDialogCommand ShowManageBookmarksDialogCommand { get; }
Property Value
ShowManageBookmarksDialogCommand

ShowManageStylesDialog

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

Declaration
public static RoutedCommand ShowManageStylesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowManageStylesDialogCommand

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

Declaration
public virtual ShowManageStylesDialogCommand ShowManageStylesDialogCommand { get; }
Property Value
ShowManageStylesDialogCommand

ShowNotesDialog

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

Declaration
public static RoutedCommand ShowNotesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowNotesDialogCommand

Displays the notes dialog for the RichTextBox.

Declaration
public virtual ShowNotesDialogCommand ShowNotesDialogCommand { get; }
Property Value
ShowNotesDialogCommand

ShowParagraphPropertiesDialog

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

Declaration
public static RoutedCommand ShowParagraphPropertiesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowParagraphPropertiesDialogCommand

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

Declaration
public virtual ShowParagraphPropertiesDialogCommand ShowParagraphPropertiesDialogCommand { get; }
Property Value
ShowParagraphPropertiesDialogCommand

ShowSectionColumnsDialog

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

Declaration
public static RoutedCommand ShowSectionColumnsDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowSectionColumnsDialogCommand

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

Declaration
public virtual ShowSectionColumnsDialogCommand ShowSectionColumnsDialogCommand { get; }
Property Value
ShowSectionColumnsDialogCommand

ShowSetNumberingValueDialog

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

Declaration
public static RoutedCommand ShowSetNumberingValueDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowSetNumberingValueDialogCommand

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

Declaration
public virtual ShowSetNumberingValueDialogCommand ShowSetNumberingValueDialogCommand { get; }
Property Value
ShowSetNumberingValueDialogCommand

ShowSpellCheckingDialog

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

Declaration
public static RoutedCommand ShowSpellCheckingDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowSpellCheckingDialogCommand

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

Declaration
public virtual ShowSpellCheckingDialogCommand ShowSpellCheckingDialogCommand { get; }
Property Value
ShowSpellCheckingDialogCommand

ShowStyleFormattingPropertiesDialog

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

Declaration
public static RoutedCommand ShowStyleFormattingPropertiesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowStyleFormattingPropertiesDialogCommand

Displays the Style Formatting Properties dialog for the RichTextBox.

Declaration
public virtual ShowStyleFormattingPropertiesDialogCommand ShowStyleFormattingPropertiesDialogCommand { get; }
Property Value
ShowStyleFormattingPropertiesDialogCommand

ShowTableBordersDialog

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

Declaration
public static RoutedCommand ShowTableBordersDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowTableBordersDialogCommand

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

Declaration
public virtual ShowTableBordersDialogCommand ShowTableBordersDialogCommand { get; }
Property Value
ShowTableBordersDialogCommand

ShowTablePropertiesDialog

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

Declaration
public static RoutedCommand ShowTablePropertiesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowTablePropertiesDialogCommand

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

Declaration
public virtual ShowTablePropertiesDialogCommand ShowTablePropertiesDialogCommand { get; }
Property Value
ShowTablePropertiesDialogCommand

ShowTabStopsPropertiesDialog

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

Declaration
public static RoutedCommand ShowTabStopsPropertiesDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowTabStopsPropertiesDialogCommand

Displays the properties dialog for tab stops in a RichTextBox.

Declaration
public virtual ShowTabStopsPropertiesDialogCommand ShowTabStopsPropertiesDialogCommand { get; }
Property Value
ShowTabStopsPropertiesDialogCommand

ShowTaskPane

Displays the task pane for the RichTextBox control.

Declaration
public static RoutedCommand ShowTaskPane { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowTaskPaneCommand

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

Declaration
public virtual ShowTaskPaneCommand ShowTaskPaneCommand { get; }
Property Value
ShowTaskPaneCommand

ShowWatermarkSettingsDialog

Displays the settings dialog for configuring watermarks in the RichTextBox.

Declaration
public static RoutedCommand ShowWatermarkSettingsDialog { get; }
Property Value
System.Windows.Input.RoutedCommand

ShowWatermarkSettingsDialogCommand

Displays the settings dialog for configuring watermarks in the RichTextBox.

Declaration
public virtual ShowWatermarkSettingsDialogCommand ShowWatermarkSettingsDialogCommand { get; }
Property Value
ShowWatermarkSettingsDialogCommand

SuppressLineNumberingForCurrentParagraph

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

Declaration
public static RoutedCommand SuppressLineNumberingForCurrentParagraph { get; }
Property Value
System.Windows.Input.RoutedCommand

SuppressLineNumberingForCurrentParagraphCommand

Declaration
public virtual SuppressLineNumberingForCurrentParagraphCommand SuppressLineNumberingForCurrentParagraphCommand { get; }
Property Value
SuppressLineNumberingForCurrentParagraphCommand

TabBackward

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

Declaration
public static RoutedCommand TabBackward { get; }
Property Value
System.Windows.Input.RoutedCommand

TabBackwardCommand

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

Declaration
public virtual TabBackwardCommand TabBackwardCommand { get; }
Property Value
TabBackwardCommand

TabForward

Moves the cursor forward one tab stop in the RichTextBox.

Declaration
public static RoutedCommand TabForward { get; }
Property Value
System.Windows.Input.RoutedCommand

TabForwardCommand

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

Declaration
public virtual TabForwardCommand TabForwardCommand { get; }
Property Value
TabForwardCommand

TableCellContentAlignment

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

Declaration
public static RoutedCommand TableCellContentAlignment { get; }
Property Value
System.Windows.Input.RoutedCommand

TableCellContentAlignmentCommand

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

Declaration
public virtual TableCellContentAlignmentCommand TableCellContentAlignmentCommand { get; }
Property Value
TableCellContentAlignmentCommand

ToggleBold

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

Declaration
public static RoutedCommand ToggleBold { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleBoldCommand

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

Declaration
public virtual ToggleBoldCommand ToggleBoldCommand { get; }
Property Value
ToggleBoldCommand

ToggleBullets

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

Declaration
public static RoutedCommand ToggleBullets { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleBulletsCommand

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

Declaration
public virtual ToggleBulletsCommand ToggleBulletsCommand { get; }
Property Value
ToggleBulletsCommand

ToggleComments

Toggles the visibility of comments in the RichTextBox.

Declaration
public static RoutedCommand ToggleComments { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleCommentsCommand

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

Declaration
public virtual ToggleCommentsCommand ToggleCommentsCommand { get; }
Property Value
ToggleCommentsCommand

ToggleDifferentFirstPageHeaderFooter

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

Declaration
public static RoutedCommand ToggleDifferentFirstPageHeaderFooter { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleDifferentFirstPageHeaderFooterCommand

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

Declaration
public virtual ToggleDifferentFirstPageHeaderFooterCommand ToggleDifferentFirstPageHeaderFooterCommand { get; }
Property Value
ToggleDifferentFirstPageHeaderFooterCommand

ToggleDifferentOddAndEvenPagesHeaderFooter

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

Declaration
public static RoutedCommand ToggleDifferentOddAndEvenPagesHeaderFooter { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleDifferentOddAndEvenPagesHeaderFooterCommand

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

Declaration
public virtual ToggleDifferentOddAndEvenPagesHeaderFooterCommand ToggleDifferentOddAndEvenPagesHeaderFooterCommand { get; }
Property Value
ToggleDifferentOddAndEvenPagesHeaderFooterCommand

ToggleDocumentProtection

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

Declaration
public static RoutedCommand ToggleDocumentProtection { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleDocumentProtectionCommand

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.

Declaration
public virtual ToggleDocumentProtectionCommand ToggleDocumentProtectionCommand { get; }
Property Value
ToggleDocumentProtectionCommand

ToggleFieldDisplayMode

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

Declaration
public static RoutedCommand ToggleFieldDisplayMode { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleFieldDisplayModeCommand

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

Declaration
public virtual ToggleFieldDisplayModeCommand ToggleFieldDisplayModeCommand { get; }
Property Value
ToggleFieldDisplayModeCommand

ToggleFormattingSymbols

Toggles the visibility of formatting symbols in the RichTextBox.

Declaration
public static RoutedCommand ToggleFormattingSymbols { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleFormattingSymbolsCommand

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

Declaration
public virtual ToggleFormattingSymbolsCommand ToggleFormattingSymbolsCommand { get; }
Property Value
ToggleFormattingSymbolsCommand

ToggleHeaderFooterLinkToPrevious

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

Declaration
public static RoutedCommand ToggleHeaderFooterLinkToPrevious { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleHeaderFooterLinkToPreviousCommand

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.

Declaration
public virtual ToggleHeaderFooterLinkToPreviousCommand ToggleHeaderFooterLinkToPreviousCommand { get; }
Property Value
ToggleHeaderFooterLinkToPreviousCommand

ToggleInsertShapeTool

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

Declaration
public static RoutedCommand ToggleInsertShapeTool { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleInsertShapeToolCommand

Declaration
public virtual ToggleInsertShapeToolCommand ToggleInsertShapeToolCommand { get; }
Property Value
ToggleInsertShapeToolCommand

ToggleItalic

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

Declaration
public static RoutedCommand ToggleItalic { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleItalicCommand

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

Declaration
public virtual ToggleItalicCommand ToggleItalicCommand { get; }
Property Value
ToggleItalicCommand

ToggleMergeFieldsHighlight

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

Declaration
public static RoutedCommand ToggleMergeFieldsHighlight { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleMergeFieldsHighlightCommand

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.

Declaration
public virtual ToggleMergeFieldsHighlightCommand ToggleMergeFieldsHighlightCommand { get; }
Property Value
ToggleMergeFieldsHighlightCommand

ToggleNumbered

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

Declaration
public static RoutedCommand ToggleNumbered { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleNumberedCommand

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

Declaration
public virtual ToggleNumberedCommand ToggleNumberedCommand { get; }
Property Value
ToggleNumberedCommand

ToggleSpellChecking

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

Declaration
public static RoutedCommand ToggleSpellChecking { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleSpellCheckingCommand

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

Declaration
public virtual ToggleSpellCheckingCommand ToggleSpellCheckingCommand { get; }
Property Value
ToggleSpellCheckingCommand

ToggleStrikethrough

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

Declaration
public static RoutedCommand ToggleStrikethrough { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleStrikethroughCommand

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

Declaration
public virtual ToggleStrikethroughCommand ToggleStrikethroughCommand { get; }
Property Value
ToggleStrikethroughCommand

ToggleSubscript

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

Declaration
public static RoutedCommand ToggleSubscript { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleSubscriptCommand

Represents a command that toggles subscript formatting in a RichTextBox.

Declaration
public virtual ToggleSubscriptCommand ToggleSubscriptCommand { get; }
Property Value
ToggleSubscriptCommand

ToggleSuperscript

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

Declaration
public static RoutedCommand ToggleSuperscript { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleSuperscriptCommand

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

Declaration
public virtual ToggleSuperscriptCommand ToggleSuperscriptCommand { get; }
Property Value
ToggleSuperscriptCommand

ToggleTableLookColumnBandingOption

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

Declaration
public static RoutedCommand ToggleTableLookColumnBandingOption { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleTableLookColumnBandingOptionCommand

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

Declaration
public virtual ToggleTableLookColumnBandingOptionCommand ToggleTableLookColumnBandingOptionCommand { get; }
Property Value
ToggleTableLookColumnBandingOptionCommand

ToggleTableLookFirstColumnOption

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.

Declaration
public static RoutedCommand ToggleTableLookFirstColumnOption { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleTableLookFirstColumnOptionCommand

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.

Declaration
public virtual ToggleTableLookFirstColumnOptionCommand ToggleTableLookFirstColumnOptionCommand { get; }
Property Value
ToggleTableLookFirstColumnOptionCommand

ToggleTableLookFirstRowOption

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.

Declaration
public static RoutedCommand ToggleTableLookFirstRowOption { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleTableLookFirstRowOptionCommand

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

Declaration
public virtual ToggleTableLookFirstRowOptionCommand ToggleTableLookFirstRowOptionCommand { get; }
Property Value
ToggleTableLookFirstRowOptionCommand

ToggleTableLookLastColumnOption

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.

Declaration
public static RoutedCommand ToggleTableLookLastColumnOption { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleTableLookLastColumnOptionCommand

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

Declaration
public virtual ToggleTableLookLastColumnOptionCommand ToggleTableLookLastColumnOptionCommand { get; }
Property Value
ToggleTableLookLastColumnOptionCommand

ToggleTableLookLastRowOption

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

Declaration
public static RoutedCommand ToggleTableLookLastRowOption { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleTableLookLastRowOptionCommand

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

Declaration
public virtual ToggleTableLookLastRowOptionCommand ToggleTableLookLastRowOptionCommand { get; }
Property Value
ToggleTableLookLastRowOptionCommand

ToggleTableLookRowBandingOption

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

Declaration
public static RoutedCommand ToggleTableLookRowBandingOption { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleTableLookRowBandingOptionCommand

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

Declaration
public virtual ToggleTableLookRowBandingOptionCommand ToggleTableLookRowBandingOptionCommand { get; }
Property Value
ToggleTableLookRowBandingOptionCommand

ToggleTableRowRepeatOnEveryPage

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.

Declaration
public static RoutedCommand ToggleTableRowRepeatOnEveryPage { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleTableRowRepeatOnEveryPageCommand

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

Declaration
public virtual ToggleTableRowRepeatOnEveryPageCommand ToggleTableRowRepeatOnEveryPageCommand { get; }
Property Value
ToggleTableRowRepeatOnEveryPageCommand

ToggleTrackChanges

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

Declaration
public static RoutedCommand ToggleTrackChanges { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleTrackChangesCommand

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.

Declaration
public virtual ToggleTrackChangesCommand ToggleTrackChangesCommand { get; }
Property Value
ToggleTrackChangesCommand

ToggleUnderline

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

Declaration
public static RoutedCommand ToggleUnderline { get; }
Property Value
System.Windows.Input.RoutedCommand

ToggleUnderlineCommand

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

Declaration
public virtual ToggleUnderlineCommand ToggleUnderlineCommand { get; }
Property Value
ToggleUnderlineCommand

Undo

Undoes the last action performed in the RichTextBox.

Declaration
public static RoutedCommand Undo { get; }
Property Value
System.Windows.Input.RoutedCommand

UndoCommand

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

Declaration
public virtual UndoCommand UndoCommand { get; }
Property Value
UndoCommand

UnmergeTableCells

Unmerges the specified table cells in a RichTextBox.

Declaration
public static RoutedCommand UnmergeTableCells { get; }
Property Value
System.Windows.Input.RoutedCommand

UnmergeTableCellsCommand

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

Declaration
public virtual UnmergeTableCellsCommand UnmergeTableCellsCommand { get; }
Property Value
UnmergeTableCellsCommand

UpdateAllFields

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

Declaration
public static RoutedCommand UpdateAllFields { get; }
Property Value
System.Windows.Input.RoutedCommand

UpdateAllFieldsCommand

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

Declaration
public virtual UpdateAllFieldsCommand UpdateAllFieldsCommand { get; }
Property Value
UpdateAllFieldsCommand

UpdateField

Updates the specified field in the rich text box.

Declaration
public static RoutedCommand UpdateField { get; }
Property Value
System.Windows.Input.RoutedCommand

UpdateFieldCommand

Updates the specified field within the RichTextBox.

Declaration
public virtual UpdateFieldCommand UpdateFieldCommand { get; }
Property Value
UpdateFieldCommand

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.