Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new RibbonSplitButtonAutomationPeer object for this control.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Sub OnActivatingKeyTip ( _
e As ActivatingKeyTipEventArgs _
)
protected override void OnActivatingKeyTip(
ActivatingKeyTipEventArgs e
)
protected:
virtual void OnActivatingKeyTip(
ActivatingKeyTipEventArgs^ e
) override
abstract OnActivatingKeyTip :
e:ActivatingKeyTipEventArgs -> unit
override OnActivatingKeyTip :
e:ActivatingKeyTipEventArgs -> unit
protected override function OnActivatingKeyTip(
e : ActivatingKeyTipEventArgs
)
Parameters
- e
Type: Microsoft.Windows.Controls.ActivatingKeyTipEventArgs
A new automation peer object for this control.
.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.