AutomationPeer.GetLabeledBy Method

Definition

Gets the AutomationPeer for the UIElement that is targeted to the element.

public:
 virtual AutomationPeer ^ GetLabeledBy() = GetLabeledBy;
AutomationPeer GetLabeledBy();
public AutomationPeer GetLabeledBy();
function getLabeledBy()
Public Function GetLabeledBy () As AutomationPeer

Returns

The AutomationPeer for the element that is targeted by the UIElement.

Applies to