AutomationPeer.GetAccessKey Method

Definition

Gets the access key for the element that is associated with the automation peer.

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

Returns

The string that contains the access key.

Exceptions

A public call to this method is currently in progress.

Applies to

See also