DwellHandler.HasFocus 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.
Exposes whether the target has focus from the pointer type defined in dwell profile settings
protected:
property bool HasFocus { bool get(); };
protected bool HasFocus { get; }
member this.HasFocus : bool
Protected ReadOnly Property HasFocus As Boolean