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。

适用于

另请参阅