ValuePatternIdentifiers.IsReadOnlyProperty Feld

Definition

Gibt die IsReadOnly-Eigenschaft an.

public: static initonly System::Windows::Automation::AutomationProperty ^ IsReadOnlyProperty;
public static readonly System.Windows.Automation.AutomationProperty IsReadOnlyProperty;
 staticval mutable IsReadOnlyProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly IsReadOnlyProperty As AutomationProperty 

Feldwert

AutomationProperty

Hinweise

Dieser Bezeichner wird von Benutzeroberflächenautomatisierung Anbietern verwendet. Benutzeroberflächenautomatisierung Clientanwendungen sollten das entsprechende Feld in ValuePattern.

Für ein Steuerelement sollte dessen IsEnabledProperty auf true und dessen IsReadOnlyProperty auf false festgelegt sein, bevor ein Aufruf von SetValuezugelassen wird.

Gilt für:

Siehe auch