IVsWindowSearch.OnNavigationKeyDown(UInt32, UInt32) Method
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.
Allows the window to preview some keydown events that can be used to navigate between the search results or take action on them
public:
bool OnNavigationKeyDown(System::UInt32 dwNavigationKey, System::UInt32 dwModifiers);
public:
bool OnNavigationKeyDown(unsigned int dwNavigationKey, unsigned int dwModifiers);
bool OnNavigationKeyDown(unsigned int dwNavigationKey, unsigned int dwModifiers);
public bool OnNavigationKeyDown (uint dwNavigationKey, uint dwModifiers);
abstract member OnNavigationKeyDown : uint32 * uint32 -> bool
Public Function OnNavigationKeyDown (dwNavigationKey As UInteger, dwModifiers As UInteger) As Boolean
Parameters
- dwNavigationKey
- UInt32
The navigation __VSSEARCHNAVIGATIONKEY.
- dwModifiers
- UInt32
The key __VSUIACCELMODIFIERS.
Returns
True if the event was handled, otherwise false.