共用方式為


CoreComponentInputSource.HasFocus 屬性

定義

取得目前裝載的 XAML 控制項專案是否具有焦點。 如果這樣做,鍵盤輸入會傳遞至該控制項。

public:
 property bool HasFocus { bool get(); };
bool HasFocus();
public bool HasFocus { get; }
var boolean = coreComponentInputSource.hasFocus;
Public ReadOnly Property HasFocus As Boolean

屬性值

Boolean

bool

如果專案有焦點,則為true;如果不是,則為 false。

適用於