共用方式為


AutomationElementIdentifiers.IsKeyboardFocusableProperty 屬性

定義

識別鍵盤可專注的判斷自動化屬性。 鍵盤可焦點狀態是由 IsKeyboardFocusable 方法傳回。

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

屬性值

自動化屬性識別碼。

適用於