CheckBox::OnAccessKey Method (AccessKeyEventArgs^)

 

Called when the access key for a CheckBox is invoked.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnAccessKey(
	AccessKeyEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::AccessKeyEventArgs^

The AccessKeyEventArgs that contains the event data.

.NET Framework
Available since 3.0
Return to top
Show: