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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.