Taal

ValuePatternIdentifiers.IsReadOnlyProperty Veld

Definitie

Identificeert de IsReadOnly eigenschap.

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 

Waarde van veld

Opmerkingen

Deze id wordt gebruikt door UI Automation providers. UI Automation clienttoepassingen moeten gebruikmaken van het equivalente veld in ValuePattern.

Een controle moet zijn IsEnabledProperty ingesteld op true en zijn IsReadOnlyProperty ingesteld op false voordat een aanroep naar SetValue wordt toegestaan.

Van toepassing op

Zie ook