Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Called when the KeyTip or accelerator key is accessed.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overridable Sub OnKeyTipAccessed ( _
e As KeyTipAccessedEventArgs _
)
protected virtual void OnKeyTipAccessed(
KeyTipAccessedEventArgs e
)
protected:
virtual void OnKeyTipAccessed(
KeyTipAccessedEventArgs^ e
)
abstract OnKeyTipAccessed :
e:KeyTipAccessedEventArgs -> unit
override OnKeyTipAccessed :
e:KeyTipAccessedEventArgs -> unit
protected function OnKeyTipAccessed(
e : KeyTipAccessedEventArgs
)
Parameters
- e
Type: Microsoft.Windows.Controls.KeyTipAccessedEventArgs
Contains data about the activation.
.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.