'Declaration Public Enum syedCommandType Inherits System.Enum
public enum syedCommandType : System.Enum
__value public enum syedCommandType : public System.Enum
Member | Description |
---|---|
syedAllowEditAreaHorizontalSplits | Display a mini-splitter that allows the editing area to be split horizontally, creating two Infragistics.Controls.Editors.EditorDocumentViews in the editing area of the control separated by a horizontal splitter. |
syedAllowEditAreaVerticalAndHorizontalSplits | |
syedAllowEditAreaVerticalSplits | Display a mini-splitter that allows the editing area to be split vertically, creating two Infragistics.Controls.Editors.EditorDocumentViews in the editing area of the control separated by a vertical splitter. |
syedConvertToLowercase | Converts the currently selected text to lowercase. |
syedConvertToUppercase | Converts the currently selected text to uppercase. |
syedCopy | Copies the currently selected text to the clipboard. |
syedCut | Cuts the currently selected text to the clipboard. |
syedDecreaseIndent | 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. |
syedDeleteCurrentCharacter | Deletes the character at the Infragistics.Controls.Editors.Caret location. If there is an active selection, the selected text is deleted. |
syedDeletePreviousCharacter | Deletes the character preceeding the Infragistics.Controls.Editors.Caret location. If there is an active selection, the selected text is deleted. |
syedDeleteToBeginningOfCurrentWord | Deletes all text from the Infragistics.Controls.Editors.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. |
syedDeleteToEndOfCurrentWord | Deletes all text from the Infragistics.Controls.Editors.Caret location to the end of the current word. If there is an active selection, the selected text is deleted. |
syedDoNotAllowEditAreaSplitting | Do not display a mini-splitter that allows the editing area to be split into multiple views - a single Infragistics.Controls.Editors.EditorDocumentView always occupies the entire editing area of the control. |
syedIncreaseIndent | 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. |
syedMoveDown | Moves the Infragistics.Controls.Editors.Caret down one line. |
syedMovePageDown | Moves the Infragistics.Controls.Editors.Caret down one page. |
syedMovePageUp | Moves the Infragistics.Controls.Editors.Caret up one page. |
syedMoveToBottomOfPage | Moves the Infragistics.Controls.Editors.Caret to the last line on the current page. |
syedMoveToEndOfDocument | Moves the Infragistics.Controls.Editors.Caret to the end of the Infragistics.Documents.TextDocument. |
syedMoveToEndOfLine | Moves the Infragistics.Controls.Editors.Caret to the end of the line containing the Infragistics.Controls.Editors.Caret. |
syedMoveToFirstNonWhitespaceOnLine | Moves the Infragistics.Controls.Editors.Caret to the first non-whitespace character on the line containing the Infragistics.Controls.Editors.Caret. |
syedMoveToNextCharacter | Moves the Infragistics.Controls.Editors.Caret to the next character position. |
syedMoveToNextWord | Moves the Infragistics.Controls.Editors.Caret to the next word. |
syedMoveToPreviousCharacter | Moves the Infragistics.Controls.Editors.Caret to the previous character position. |
syedMoveToPreviousWord | Moves the Infragistics.Controls.Editors.Caret to the previous word. |
syedMoveToStartOfDocument | Moves the Infragistics.Controls.Editors.Caret to the start of the Infragistics.Documents.TextDocument. |
syedMoveToStartOfLine | Moves the Infragistics.Controls.Editors.Caret to the start of the line containing the Infragistics.Controls.Editors.Caret. |
syedMoveToTopOfPage | Moves the Infragistics.Controls.Editors.Caret to the first line on the current page. |
syedMoveUp | Moves the Infragistics.Controls.Editors.Caret up one line. |
syedPaste | Pastes the current clipboard text at the current insertion point. |
syedRedo | Redo the last undone edit activity. |
syedRemoveSplitFromEditArea | Remove the split from the editing area - a single Infragistics.Controls.Editors.EditorDocumentView will occupy the entire editing area of the control. |
syedSelectDown | Moves the Infragistics.Controls.Editors.Caret down one line, selecting all text in between the start and end position. |
syedSelectNextCharacter | Moves the selection end point one character position to the right. |
syedSelectNextWord | Moves the selection end point one word to the right. |
syedSelectPageDown | Extends the selection down one page. |
syedSelectPageUp | Extends the selection up one page. |
syedSelectPreviousCharacter | Moves the selection end point one character position to the left. |
syedSelectPreviousWord | Moves the selection end point one word to the left. |
syedSelectToBottomOfPage | Extends the selection to the bottom of the current page. |
syedSelectToEndOfDocument | Extends the current selection to the end of the Infragistics.Documents.TextDocument. |
syedSelectToEndOfLine | Extends the current selection to the end of the line containing the Infragistics.Controls.Editors.Caret. |
syedSelectToFirstNonWhitespaceOnLine | Extends the current selection to the first non-whitespace character on the line containing the Caret. |
syedSelectToStartOfDocument | Extends the current selection to the start of the document. |
syedSelectToStartOfLine | Extends the current selection to the start of the line containing the Infragistics.Controls.Editors.Caret. |
syedSelectToTopOfPage | Extends the selection to the top of the current page. |
syedSelectUp | Moves the Infragistics.Controls.Editors.Caret up one line, selecting all text in between the start and end position. |
syedSplitEditAreaHorizontally | Split the editing area horizontally, creating two Infragistics.Controls.Editors.EditorDocumentViews in the editing area of the control separated by a horizontal splitter. |
syedSplitEditAreaVertically | Split the editing area vertically, creating two Infragistics.Controls.Editors.EditorDocumentViews in the editing area of the control separated by a vertical splitter. |
syedUndo | Undo the last edit activity. |
Target Platforms: 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