共用方式為


InputFocusController.HasFocus 屬性

定義

取得相關聯的 ContentIsland 是否具有焦點。

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

屬性值

Boolean

bool

如果 ContentIsland 有焦點,則為 True。 如果不是,則為 False。

適用於

另請參閱