ToolWindowPane::OnNavigationKeyDown Method (UInt32, UInt32)
Visual Studio 2015
Allows the pane to intercept certain keys after a search is started, and to navigate between the results or select one of the results displayed in the pane.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual bool OnNavigationKeyDown( unsigned int dwNavigationKey, unsigned int dwModifiers )
Parameters
- dwNavigationKey
-
Type:
System::UInt32
The navigation key of interest (values from VSConstants::VsSearchNavigationKeys.
- dwModifiers
-
Type:
System::UInt32
Modifier flags (values from VSConstants::VsUIAccelModifiers).
Return Value
Type: System::Boolean
Show: