Edit

Share via


WebView.Focused Property

Definition

Gets a value indicating whether this WebView is focused.

public override bool Focused { get; }
member this.Focused : bool
Public Overrides ReadOnly Property Focused As Boolean

Property Value

true if focused; otherwise, false.

Remarks

Returns true if this or any of its child windows has focus.

Applies to