HtmlWindow.RemoveFocus Method

Definition

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