Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
Up | The up arrow command. | |
Down | The down arrow command. | |
PageUp | The page up command. | |
PageDown | The page down command. | |
TopLine | The go to the top line command | |
BottomLine | The go to the bottom line command. | |
Home | The home command. | |
End | The end command. | |
Enter | The enter, or return, command. | |
Escape | The escape command. | |
IncreaseFilterLevel | The increase filter level command. | |
DecreaseFilterLevel | The decrease filter level command. |