Compartir a través de


ToolWindowPane.OnNavigationKeyDown Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaración
Public Overridable Function OnNavigationKeyDown ( _
    dwNavigationKey As UInteger, _
    dwModifiers As UInteger _
) As Boolean
public virtual bool OnNavigationKeyDown(
    uint dwNavigationKey,
    uint dwModifiers
)

Parameters

Return Value

Type: System.Boolean

Implements

IVsWindowSearch.OnNavigationKeyDown(UInt32, UInt32)

.NET Framework Security

See Also

Reference

ToolWindowPane Class

Microsoft.VisualStudio.Shell Namespace