Freigeben über


InputFocusController.HasFocus Eigenschaft

Definition

Ruft ab, ob das zugeordnete ContentIsland den Fokus hat.

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

Eigenschaftswert

Boolean

bool

True, wenn contentIsland den Fokus hat. False, wenn dies nicht der Fall ist.

Gilt für:

Weitere Informationen