AutomationProperties.LabeledByProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.