Compartir a través de


InputFocusController.HasFocus Propiedad

Definición

Obtiene si el ContentIsland asociado tiene el foco.

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

Valor de propiedad

Boolean

bool

True, si ContentIsland tiene el foco. False si no lo hace.

Se aplica a

Consulte también