__VSSEARCHNAVIGATIONKEY2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an enumeration of keyboard keys (enter, navigation arrows, page up/page down) that are forwarded by the common search control to your IVsWindowSearch implementation (through a call to OnNavigationKeyDown(UInt32, UInt32)). You can then intercept these key presses and provide actions specific to your window (for example, select the previous or next search result, execute the currently-selected result, and so on).
public enum class __VSSEARCHNAVIGATIONKEY2
public enum class __VSSEARCHNAVIGATIONKEY2
enum __VSSEARCHNAVIGATIONKEY2
public enum __VSSEARCHNAVIGATIONKEY2
type __VSSEARCHNAVIGATIONKEY2 =
Public Enum __VSSEARCHNAVIGATIONKEY2
- Inheritance
-
__VSSEARCHNAVIGATIONKEY2
Fields
SNK_ESCAPE | 7 | The ESC key was pressed. |