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