ButtonBase.OnAccessKey Method (AccessKeyEventArgs)
.NET Framework (current version)
Responds when the AccessKey for this control is called.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Input.AccessKeyEventArgs
The event data for the AccessKeyPressed event.
If IsMultiple is true, this method calls the base implementation, which gives this control focus. Otherwise, this method raises the Click event.
.NET Framework
Available since 3.0
Available since 3.0
Show: