Condividi tramite


InputFocusController.HasFocus Proprietà

Definizione

Ottiene un valore che indica se l'oggetto ContentIsland associato ha lo stato attivo.

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

Valore della proprietà

Boolean

bool

True, se contentIsland ha lo stato attivo. False se non lo fa.

Si applica a

Vedi anche