'Declaration Public Enum FormattedLinkEditorAction Inherits System.Enum
public enum FormattedLinkEditorAction : System.Enum
Member | Description |
---|---|
Backspace | For performing backspace operation when backspace key is pressed. |
CancelIMEComposition | Cancels the current IME composition and removes all converted and unconverted text. |
CompleteIMEComposition | Completed the current IME composition. |
Copy | Copy action. |
Cut | Cut action. |
Delete | For performing delete operation when delete key is pressed. |
DocumentBegin | Moves to the beginning document. |
DocumentEnd | Moves to the beginning of the current line. |
Down | Moves to next line. This action is typically associated with the Down arrow key. |
InsertLineBreak | For inserting a line break. |
Left | Moves to previous caret position. This action is typically associated with the Left arrow key. |
LineBegin | Moves to the beginning of the current line. This action is typically associated with the Down Home key. |
LineEnd | Moves to the end of the current line. This action is typically associated with the End key. |
PageDown | Moves caret one page down. |
PageUp | Moves caret one page up. |
Paste | Paste action. |
Redo | Redo action. |
Right | Moves to next caret position. This action is typically associated with the Right arrow key. |
SelectAll | Selects all the contents of the editor. |
SetBoldFalse | Removes the bold state from the selected text. |
SetBoldTrue | Sets the selected text to bold. |
SetItalicsFalse | Removes the italic state from the selected text. |
SetItalicsTrue | Sets the selected text to italic. |
SetStrikeoutFalse | Removes the strikeout state from the selected text. |
SetStrikeoutTrue | Sets the selected text to strikeout. |
SetUnderlineFalse | Removes the underlined state from the selected text. |
SetUnderlineStyleDouble | Applies the double underline style to the current selection. |
SetUnderlineStyleDoubleAccounting | Applies the double-accounting underline style to the current selection. Note that the single-accounting underline style is not depicted by the control visually, and is ony supported by the FormattedLinkEditor when embedded in controls which explicitly support the single-accounting underline style. |
SetUnderlineStyleSingleAccounting | Applies the single-accounting underline style to the current selection. Note that the single-accounting underline style is not depicted by the control visually, and is ony supported by the FormattedLinkEditor when embedded in controls which explicitly support the single-accounting underline style. |
SetUnderlineTrue | Sets the selected text to underlined. |
ToggleBold | Toggles bold insert state. |
ToggleItalics | Toggles italics insert state. |
ToggleStrikeout | Toggles strikeout insert state. |
ToggleSubscript | Toggles subscript insert state. |
ToggleSuperscript | Toggles superscript insert state. |
ToggleUnderline | Toggles underline insert state. |
Undo | Undo action. |
Up | Moves to previous line. This action is typically associated with the Up arrow key. |
WordLeft | Moves the caret postion to previous word. This action is typically associated with the Ctrl+Left arrow key. |
WordRight | Moves the caret postion to next word. This action is typically associated with the Ctrl+Right arrow key . |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2