HtmlWindow::RemoveFocus Method ()

 

Takes focus off of the current window.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void RemoveFocus()

When called on a FRAME window in a FRAMESET, RemoveFocus will cause that window to lose focus, but it will not automatically set focus on another window.

.NET Framework
Available since 2.0
Return to top
Show: