NotesWindowManagerPreview.IsScreenLocked Property

Definition

Overloads

IsScreenLocked

Gets a value indicating whether the device's screen is currently locked.

IsScreenLocked

Gets a value indicating whether the device's screen is currently locked.

public:
 property bool IsScreenLocked { bool get(); };
bool IsScreenLocked();
public bool IsScreenLocked { get; }
var boolean = notesWindowManagerPreview.isScreenLocked;
Public ReadOnly Property IsScreenLocked As Boolean

Property Value

Boolean

bool

true if screen is locked, false if unlocked.

Applies to