AutomationPeer::GetLabeledBy Method ()
.NET Framework (current version)
Gets the AutomationPeer for the Label that is targeted to the element.
Assembly: PresentationCore (in PresentationCore.dll)
Return Value
Type: System.Windows.Automation.Peers::AutomationPeer^The LabelAutomationPeer for the element that is targeted by the Label.
For example, if the element is a ComboBox control, the GetLabeledBy method gets the AutomationPeer for the Label that is associated with the ComboBox.
In the following image, the Label "Themes" is targeted to the ComboBox; therefore the AccessKey for the Label also targets the ComboBox. When the user presses ALT+T, the ComboBox gets focus instead of the Label.

The GetLabeledBy method for ComboBoxAutomationPeer returns the LabelAutomationPeer for the corresponding Label. This enables an automation client to get the text string that describes the ComboBox.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: