Compartir a través de


TextElement.AllowFocusOnInteraction Propiedad

Definición

Obtiene o establece un valor que indica si el elemento obtiene automáticamente el foco cuando el usuario interactúa con él.

public:
 property bool AllowFocusOnInteraction { bool get(); void set(bool value); };
bool AllowFocusOnInteraction();

void AllowFocusOnInteraction(bool value);
public bool AllowFocusOnInteraction { get; set; }
var boolean = textElement.allowFocusOnInteraction;
textElement.allowFocusOnInteraction = boolean;
Public Property AllowFocusOnInteraction As Boolean
<textElementAllowFocusOnInteraction="bool"/>

Valor de propiedad

Boolean

bool

true si el elemento obtiene el foco cuando un usuario interactúa con él; de lo contrario, false.

Se aplica a