Commands-Support in WPF RichTextBoxAdv (Classic)
5 May 20211 minute to read
The RichTextBoxAdv control provides built-in static commands that showcase the features available in RichTextBoxAdv.
Properties
Property | Description | Type | Data Type |
---|---|---|---|
AfterSpacing | Command to change the spacing after. | Command | RoutedUICommand |
BeforeSpacing | Command to change the spacing before. | Command | RoutedUICommand |
ToggleBold | Command which will toggle bold. | Command | RoutedUICommand |
ChangeFontFamily | Command to change font family of the selected text. | Command | RoutedUICommand |
ChangeFontSize | Command to change font size of the selected text. | Command | RoutedUICommand |
HighlightColor | Command to change highlight color of the selected text. | Command | RoutedUICommand |
TextColor | Command to change font color. | Command | RoutedUICommand |
Copy | Command to copy the selected text. | Command | RoutedUICommand |
Cut | Command to cut the selected text. | Command | RoutedUICommand |
ToggleStrikeThrough | Command to change the strikethrough of the text. | Command | RoutedUICommand |
FontDialog | Command to show the built-in Font dialog box. | Command | RoutedUICommand |
ToggleItalic | Command which will toggle italics. | Command | RoutedUICommand |
HyperlinkDialog | Command to show the built-in Hyperlink dialog box. | Command | RoutedUICommand |
LeftIndent | Command to change the left indent of the paragraph. | Command | RoutedUICommand |
RightIndent | Command to change the right indent of the paragraph. | Command | RoutedUICommand |
ParagraphDialog | Command to show the built-in Paragraph dialog box. | Command | RoutedUICommand |
Open | Command to show the Open dialog and open a document. | Command | RoutedUICommand |
Save | Command to open the Save dialog and save the document. | Command | RoutedUICommand |
Paste | Command to paste the copied text. | Command | RoutedUICommand |
ToggleSubScript | Command which will toggle subscript. | Command | RoutedUICommand |
ToggleSuperScript | Command which will toggle superscript. | Command | RoutedUICommand |
TextAlignment | Command to change the text alignment of the paragraph. | Command | RoutedUICommand |
ToggleUnderline | Command to change the underline. | Command | RoutedUICommand |
New | Command to create a new document. | Command | RoutedUICommand |
Command to show the built-in Print dialog box. | Command | RoutedUICommand | |
ListType | Command to apply bullets and numbering to lists. | Command | RoutedUICommand |
Undo | Command to undo the previous operation. | Command | RoutedUICommand |
Redo | Command to redo the previous operation. | Command | RoutedUICommand |
ChangeLayout | Command to change the layout mode. | Command | RoutedUICommand |
ToggleDoubleStrikeThrough | Command to apply a double strikethrough. | Command | RoutedUICommand |
LineSpacing | Command to change the line spacing. | Command | RoutedUICommand |
InsertTable | Command to insert a table. | Command | RoutedUICommand |
InsertRow | Command to insert a row. | Command | RoutedUICommand |
InsertColumn | Command to insert a column. | Command | RoutedUICommand. |
DeleteRow | Command to delete the row. | Command | RoutedUICommand. |
DeleteColumn | Command to delete the column. | Command | RoutedUICommand. |
DeleteTable | Command to delete the table. | Command | RoutedUICommand. |
InsertTableDialog | Command to open the built-in Table dialog. | Command | RoutedUICommand. |
SelectCell | Command to select a cell. | Command | RoutedUICommand. |
SelectRow | Command to select a row. | Command | RoutedUICommand |
SelectColumn | Command to select a column. | Command | RoutedUICommand. |
SelectTable | Command to select a table. | Command | RoutedUICommand. |