Click or drag to resize

IElementFocus Method

Gives focus to the current element (if it can be focused).

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Focus()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IElement has already been disposed.
See Also