Click or drag to resize

IElementBlur Method

Removes focus from the current element.

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