Version

syedCommandType Enumeration

An enumeration of available commands for the Infragistics.Controls.Editors.XamSyntaxEditor object.
Syntax
'Declaration
 
Public Enum syedCommandType 
   Inherits System.Enum
public enum syedCommandType : System.Enum 
__value public enum syedCommandType : public System.Enum 
Members
MemberDescription
syedAllowEditAreaHorizontalSplitsDisplay 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 
syedAllowEditAreaVerticalSplitsDisplay 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.
syedConvertToLowercaseConverts the currently selected text to lowercase.
syedConvertToUppercaseConverts the currently selected text to uppercase.
syedCopyCopies the currently selected text to the clipboard.
syedCutCuts the currently selected text to the clipboard.
syedDecreaseIndentDecreases 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.
syedDeleteCurrentCharacterDeletes the character at the Infragistics.Controls.Editors.Caret location. If there is an active selection, the selected text is deleted.
syedDeletePreviousCharacterDeletes the character preceeding the Infragistics.Controls.Editors.Caret location. If there is an active selection, the selected text is deleted.
syedDeleteToBeginningOfCurrentWordDeletes 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.
syedDeleteToEndOfCurrentWordDeletes 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.
syedDoNotAllowEditAreaSplittingDo 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.
syedIncreaseIndentIncreases 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.
syedMoveDownMoves the Infragistics.Controls.Editors.Caret down one line.
syedMovePageDownMoves the Infragistics.Controls.Editors.Caret down one page.
syedMovePageUpMoves the Infragistics.Controls.Editors.Caret up one page.
syedMoveToBottomOfPageMoves the Infragistics.Controls.Editors.Caret to the last line on the current page.
syedMoveToEndOfDocumentMoves the Infragistics.Controls.Editors.Caret to the end of the Infragistics.Documents.TextDocument.
syedMoveToEndOfLineMoves the Infragistics.Controls.Editors.Caret to the end of the line containing the Infragistics.Controls.Editors.Caret.
syedMoveToFirstNonWhitespaceOnLineMoves the Infragistics.Controls.Editors.Caret to the first non-whitespace character on the line containing the Infragistics.Controls.Editors.Caret.
syedMoveToNextCharacterMoves the Infragistics.Controls.Editors.Caret to the next character position.
syedMoveToNextWordMoves the Infragistics.Controls.Editors.Caret to the next word.
syedMoveToPreviousCharacterMoves the Infragistics.Controls.Editors.Caret to the previous character position.
syedMoveToPreviousWordMoves the Infragistics.Controls.Editors.Caret to the previous word.
syedMoveToStartOfDocumentMoves the Infragistics.Controls.Editors.Caret to the start of the Infragistics.Documents.TextDocument.
syedMoveToStartOfLineMoves the Infragistics.Controls.Editors.Caret to the start of the line containing the Infragistics.Controls.Editors.Caret.
syedMoveToTopOfPageMoves the Infragistics.Controls.Editors.Caret to the first line on the current page.
syedMoveUpMoves the Infragistics.Controls.Editors.Caret up one line.
syedPastePastes the current clipboard text at the current insertion point.
syedRedoRedo the last undone edit activity.
syedRemoveSplitFromEditAreaRemove the split from the editing area - a single Infragistics.Controls.Editors.EditorDocumentView will occupy the entire editing area of the control.
syedSelectDownMoves the Infragistics.Controls.Editors.Caret down one line, selecting all text in between the start and end position.
syedSelectNextCharacterMoves the selection end point one character position to the right.
syedSelectNextWordMoves the selection end point one word to the right.
syedSelectPageDownExtends the selection down one page.
syedSelectPageUpExtends the selection up one page.
syedSelectPreviousCharacterMoves the selection end point one character position to the left.
syedSelectPreviousWordMoves the selection end point one word to the left.
syedSelectToBottomOfPageExtends the selection to the bottom of the current page.
syedSelectToEndOfDocumentExtends the current selection to the end of the Infragistics.Documents.TextDocument.
syedSelectToEndOfLineExtends the current selection to the end of the line containing the Infragistics.Controls.Editors.Caret.
syedSelectToFirstNonWhitespaceOnLineExtends the current selection to the first non-whitespace character on the line containing the Caret.
syedSelectToStartOfDocumentExtends the current selection to the start of the document.
syedSelectToStartOfLineExtends the current selection to the start of the line containing the Infragistics.Controls.Editors.Caret.
syedSelectToTopOfPageExtends the selection to the top of the current page.
syedSelectUpMoves the Infragistics.Controls.Editors.Caret up one line, selecting all text in between the start and end position.
syedSplitEditAreaHorizontallySplit the editing area horizontally, creating two Infragistics.Controls.Editors.EditorDocumentViews in the editing area of the control separated by a horizontal splitter.
syedSplitEditAreaVerticallySplit the editing area vertically, creating two Infragistics.Controls.Editors.EditorDocumentViews in the editing area of the control separated by a vertical splitter.
syedUndoUndo the last edit activity.
Requirements

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

See Also