AutomationProperties.LabeledByProperty Property

Definition

Identifies the AutomationProperties.LabeledBy attached property, which is an automation element that contains the text label for this element.

public:
 static property DependencyProperty ^ LabeledByProperty { DependencyProperty ^ get(); };
static DependencyProperty LabeledByProperty();
public static DependencyProperty LabeledByProperty { get; }
var dependencyProperty = AutomationProperties.labeledByProperty;
Public Shared ReadOnly Property LabeledByProperty As DependencyProperty

Property Value

The identifier for the AutomationProperties.LabeledBy attached property.

Remarks

This property can be used to retrieve, for example, the static text label for a combo box.

Applies to