Click or drag to resize

IDocumentFocusedElement Property

Gets the currently focused element in the document.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IElement FocusedElement { get; }

Property Value

Type: IElement
The currently focused element in the document. Can be null if there is no focused element in this document.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IDocument has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also