HtmlWindow.RemoveFocus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Takes focus off of the current window.
public:
void RemoveFocus();
public void RemoveFocus ();
member this.RemoveFocus : unit -> unit
Public Sub RemoveFocus ()
Remarks
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.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.