UIElementAutomationPeer::GetAcceleratorKeyCore Method ()

 

Gets the accelerator key for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAcceleratorKey.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual String^ GetAcceleratorKeyCore() override

Return Value

Type: System::String^

The AcceleratorKey that is returned by GetAcceleratorKey.

.NET Framework
Available since 3.0
Return to top
Show: