FocusSessionManager.IsFocusActive 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 if a focus session is active on the device.
public:
property bool IsFocusActive { bool get(); };
bool IsFocusActive();
public bool IsFocusActive { get; }
var boolean = focusSessionManager.isFocusActive;
Public ReadOnly Property IsFocusActive As Boolean
Property Value
Boolean
bool
True if a focus session is active; otherwise, false.