ItemAutomationPeer.GetAcceleratorKeyCore Method

Definition

Gets the accelerator key for the UIElement that corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer.

protected:
 override System::String ^ GetAcceleratorKeyCore();
protected override string GetAcceleratorKeyCore ();
override this.GetAcceleratorKeyCore : unit -> string
Protected Overrides Function GetAcceleratorKeyCore () As String

Returns

The accelerator key.

Remarks

This method is called by GetAcceleratorKey.

Applies to

See also