Compartir a través de


SystemBackdropConfiguration.IsInputActive Propiedad

Definición

Obtiene o establece un valor que indica si el fondo del sistema debe considerar la ventana actual como tener el foco de entrada.

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

void IsInputActive(bool value);
public bool IsInputActive { get; set; }
var boolean = systemBackdropConfiguration.isInputActive;
systemBackdropConfiguration.isInputActive = boolean;
Public Property IsInputActive As Boolean

Valor de propiedad

Boolean

bool

true si el fondo del sistema debe considerar la ventana actual como tener el foco de entrada; de lo contrario, false.

Se aplica a