_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
'Deklarace
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: System.Int16
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.