_IDispWizComboEvents.KeyDown Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Sub KeyDown ( _
    nKeyCode As Short _
)
void KeyDown(
    short nKeyCode
)
void KeyDown(
    short nKeyCode
)
abstract KeyDown : 
        nKeyCode:int16 -> unit
function KeyDown(
    nKeyCode : short
)

Parameters

  • nKeyCode
    Type: Int16

     

.NET Framework Security

See Also

Reference

_IDispWizComboEvents Interface

Microsoft.VisualStudio.VsWizard Namespace