次の方法で共有


AutomationElementIdentifiers.IsEnabledProperty プロパティ

定義

有効な決定オートメーション プロパティを識別します。 有効な状態は、オートメーション ピアによって参照される項目が有効になっているかどうかを示します。 現在の状態は IsEnabled メソッドによって返されます。

public:
 static property AutomationProperty ^ IsEnabledProperty { AutomationProperty ^ get(); };
static AutomationProperty IsEnabledProperty();
public static AutomationProperty IsEnabledProperty { get; }
var automationProperty = AutomationElementIdentifiers.isEnabledProperty;
Public Shared ReadOnly Property IsEnabledProperty As AutomationProperty

プロパティ値

オートメーション プロパティ識別子。

適用対象