AutomationPeer.GetAcceleratorKey Method

Definition

Gets the accelerator key combinations for the element that is associated with the UI Automation peer.

public:
 System::String ^ GetAcceleratorKey();
public string GetAcceleratorKey ();
member this.GetAcceleratorKey : unit -> string
Public Function GetAcceleratorKey () As String

Returns

The accelerator key.

Exceptions

A public call to this method is currently in progress.

Applies to

See also