AutomationElement.AutomationElementInformation.LabeledBy Właściwość

Definicja

Pobiera element zawierający etykietę tekstową dla tego elementu.

public:
 property System::Windows::Automation::AutomationElement ^ LabeledBy { System::Windows::Automation::AutomationElement ^ get(); };
public System.Windows.Automation.AutomationElement LabeledBy { get; }
member this.LabeledBy : System.Windows.Automation.AutomationElement
Public ReadOnly Property LabeledBy As AutomationElement

Wartość właściwości

Element, który jest etykietą dla tego elementu.

Uwagi

Tej właściwości można użyć do pobrania, na przykład statycznej etykiety tekstowej pola kombi.

Aby uzyskać więcej informacji, zobacz LabeledByProperty.

Dotyczy