IntellisenseKeyboardCommand Enumeration
Represents the set of keyboard commands that can be issued to IntelliSense presenters.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Enumeration IntellisenseKeyboardCommand
public enum IntellisenseKeyboardCommand
public enum class IntellisenseKeyboardCommand
type IntellisenseKeyboardCommand
public enum IntellisenseKeyboardCommand
Members
Member name | Description | |
---|---|---|
BottomLine | The go to the bottom line command. | |
DecreaseFilterLevel | The decrease filter level command. | |
Down | The down arrow command. | |
End | The end command. | |
Enter | The enter, or return, command. | |
Escape | The escape command. | |
Home | The home command. | |
IncreaseFilterLevel | The increase filter level command. | |
PageDown | The page down command. | |
PageUp | The page up command. | |
TopLine | The go to the top line command | |
Up | The up arrow command. |