ToolWindowPane::OnNavigationKeyDown Method (UInt32, UInt32)

 

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.

Namespace:   Microsoft.VisualStudio.Shell
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
Return to top
Show: