Compartir a través de


RibbonTab.OnKeyDown (Método)

Proporciona el control de clases para el evento enrutado KeyDown.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Protected Overrides Sub OnKeyDown ( _
    e As KeyEventArgs _
)
protected override void OnKeyDown(
    KeyEventArgs e
)
protected:
virtual void OnKeyDown(
    KeyEventArgs^ e
) override
abstract OnKeyDown : 
        e:KeyEventArgs -> unit 
override OnKeyDown : 
        e:KeyEventArgs -> unit 
protected override function OnKeyDown(
    e : KeyEventArgs
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

RibbonTab Clase

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)