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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.