Click or drag to resize

IBrowserFocusedFrame Property

Gets the focused frame on the currently loaded web page.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IFrame FocusedFrame { get; }

Property Value

Type: IFrame
The focused frame on the currently loaded web page. Can be null if there is no focused frame.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also