RibbonToggleButton.OnActivatingKeyTip Method

Called when the KeyTip or accelerator key is pressed.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overridable Sub OnActivatingKeyTip ( _
    e As ActivatingKeyTipEventArgs _
)
protected virtual void OnActivatingKeyTip(
    ActivatingKeyTipEventArgs e
)
protected:
virtual void OnActivatingKeyTip(
    ActivatingKeyTipEventArgs^ e
)
abstract OnActivatingKeyTip : 
        e:ActivatingKeyTipEventArgs -> unit 
override OnActivatingKeyTip : 
        e:ActivatingKeyTipEventArgs -> unit 
protected function OnActivatingKeyTip(
    e : ActivatingKeyTipEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

RibbonToggleButton Class

Microsoft.Windows.Controls.Ribbon Namespace