'Declaration Public Enum SyntaxEditorCommandType Inherits System.Enum
public enum SyntaxEditorCommandType : System.Enum
Member | Description |
---|---|
AllowEditAreaHorizontalSplits | Display a mini-splitter that allows the editing area to be split horizontally, creating two EditorDocumentViews in the editing area of the control separated by a horizontal splitter. |
AllowEditAreaVerticalAndHorizontalSplits | Display a mini-splitter that allows the editing area to be split vertically and horizontally, creating two EditorDocumentViews in the editing area of the control separated by either a horizontal or verticalsplitter. |
AllowEditAreaVerticalSplits | Display a mini-splitter that allows the editing area to be split vertically, creating two EditorDocumentViews in the editing area of the control separated by a vertical splitter. |
ConvertToLowercase | Converts the currently selected text to lowercase. |
ConvertToUppercase | Converts the currently selected text to uppercase. |
Copy | Copies the currently selected text to the clipboard. |
Cut | Cuts the currently selected text to the clipboard. |
DecreaseIndent | Decreases the indent level of the line(s) containing the current selection or Caret position so that the line begins at the nearest tabstop position preceding the current line start position. |
DeleteCurrentCharacter | Deletes the character at the Caret location. If there is an active selection, the selected text is deleted. |
DeletePreviousCharacter | Deletes the character preceeding the Caret location. If there is an active selection, the selected text is deleted. |
DeleteToBeginningOfCurrentWord | Deletes all text from the Caret location to the beginning of the current word (if the Caret is in the middle of a word), or deletes the previous word if the Caret is at the beginning of a word. If there is an active selection, the selected text is deleted. |
DeleteToEndOfCurrentWord | Deletes all text from the Caret location to the end of the current word. If there is an active selection, the selected text is deleted. |
DoNotAllowEditAreaSplitting | Do not display a mini-splitter that allows the editing area to be split into multiple views - a single EditorDocumentView always occupies the entire editing area of the control. |
IncreaseIndent | Increases the indent level of the line(s) containing the current selection or Caret position so that the line begins at the nearest tabstop position following the current line start position. |
MoveDown | Moves the Caret down one line. |
MovePageDown | Moves the Caret down one page. |
MovePageUp | Moves the Caret up one page. |
MoveToBottomOfPage | Moves the Caret to the last line on the current page. |
MoveToEndOfDocument | Moves the Caret to the end of the Infragistics.Documents.TextDocument. |
MoveToEndOfLine | Moves the Caret to the end of the line containing the Caret. |
MoveToFirstNonWhitespaceOnLine | Moves the Caret to the first non-whitespace character on the line containing the Caret. |
MoveToNextCharacter | Moves the Caret to the next character position. |
MoveToNextWord | Moves the Caret to the next word. |
MoveToPreviousCharacter | Moves the Caret to the previous character position. |
MoveToPreviousWord | Moves the Caret to the previous word. |
MoveToStartOfDocument | Moves the Caret to the start of the Infragistics.Documents.TextDocument. |
MoveToStartOfLine | Moves the Caret to the start of the line containing the Caret. |
MoveToTopOfPage | Moves the Caret to the first line on the current page. |
MoveUp | Moves the Caret up one line. |
Paste | Pastes the current clipboard text at the current insertion point. |
Redo | Redo the last undone edit activity. |
RemoveSplitFromEditArea | Remove the split from the editing area - a single EditorDocumentView will occupy the entire editing area of the control. |
SelectDown | Moves the Caret down one line, selecting all text in between the start and end position. |
SelectNextCharacter | Moves the selection end point one character position to the right. |
SelectNextWord | Moves the selection end point one word to the right. |
SelectPageDown | Extends the selection down one page. |
SelectPageUp | Extends the selection up one page. |
SelectPreviousCharacter | Moves the selection end point one character position to the left. |
SelectPreviousWord | Moves the selection end point one word to the left. |
SelectToBottomOfPage | Extends the selection to the bottom of the current page. |
SelectToEndOfDocument | Extends the current selection to the end of the Infragistics.Documents.TextDocument. |
SelectToEndOfLine | Extends the current selection to the end of the line containing the Caret. |
SelectToFirstNonWhitespaceOnLine | Extends the current selection to the first non-whitespace character on the line containing the Caret. |
SelectToStartOfDocument | Extends the current selection to the start of the document. |
SelectToStartOfLine | Extends the current selection to the start of the line containing the Caret. |
SelectToTopOfPage | Extends the selection to the top of the current page. |
SelectUp | Moves the Caret up one line, selecting all text in between the start and end position. |
SplitEditAreaHorizontally | Split the editing area horizontally, creating two EditorDocumentViews in the editing area of the control separated by a horizontal splitter. |
SplitEditAreaVertically | Split the editing area vertically, creating two EditorDocumentViews in the editing area of the control separated by a vertical splitter. |
ToggleCurrentLineHighlightVisibility | Toggles the visibility of the current line highlight. |
ToggleRulerMarginVisibility | Toggles the visibility of the RulerMargin. |
ToggleWhitespaceVisibility | Toggles the visibility of the whitespace indicators. |
Undo | Undo the last edit activity. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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