NotesWindowManagerPreview.IsScreenLocked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.