Share via


ToolWindowPane.OnNavigationKeyDown Method

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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Overridable Function OnNavigationKeyDown ( _
    dwNavigationKey As UInteger, _
    dwModifiers As UInteger _
) As Boolean
public virtual bool OnNavigationKeyDown(
    uint dwNavigationKey,
    uint dwModifiers
)
public:
virtual bool OnNavigationKeyDown(
    unsigned int dwNavigationKey, 
    unsigned int dwModifiers
)
abstract OnNavigationKeyDown : 
        dwNavigationKey:uint32 * 
        dwModifiers:uint32 -> bool  
override OnNavigationKeyDown : 
        dwNavigationKey:uint32 * 
        dwModifiers:uint32 -> bool
public function OnNavigationKeyDown(
    dwNavigationKey : uint, 
    dwModifiers : uint
) : boolean

Parameters

Return Value

Type: Boolean

Implements

IVsWindowSearch.OnNavigationKeyDown(UInt32, UInt32)

.NET Framework Security

See Also

Reference

ToolWindowPane Class

Microsoft.VisualStudio.Shell Namespace