Compartir a través de


SystemProtection.ScreenLocked Propiedad

Definición

Obtiene un valor que indica si la pantalla está bloqueada.

public:
 static property bool ScreenLocked { bool get(); };
static bool ScreenLocked();
public static bool ScreenLocked { get; }
var boolean = SystemProtection.screenLocked;
Public Shared ReadOnly Property ScreenLocked As Boolean

Valor de propiedad

Boolean

bool

true si la pantalla está bloqueada; de lo contrario, false.

Se aplica a