VSConstants.VsSearchNavigationKeys Enumeration
Specifies the Visual Studio search navigation keys.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Enumeration VsSearchNavigationKeys
public enum VsSearchNavigationKeys
public enum class VsSearchNavigationKeys
type VsSearchNavigationKeys
public enum VsSearchNavigationKeys
Members
Member name | Description | |
---|---|---|
SNK_Down | Down arrow key. | |
SNK_End | End key. | |
SNK_Enter | Enter key. | |
SNK_Escape | ||
SNK_Home | Home key. | |
SNK_PageDown | Page Down key. | |
SNK_PageUp | Page Up key. | |
SNK_Up | Up arrow key. |