HtmlDocument.Focused Property

Definition

Gets a value indicating whether the document has user input focus.

public:
 property bool Focused { bool get(); };
public bool Focused { get; }
member this.Focused : bool
Public ReadOnly Property Focused As Boolean

Property Value

true if the document has focus; otherwise, false.

Applies to

See also