SHDocVw.TWebBrowser.OnTheaterMode
Delphi
property OnTheaterMode: TWebBrowserOnTheaterMode read FOnTheaterMode write FOnTheaterMode;
C++
__property TWebBrowserOnTheaterMode OnTheaterMode = {read=FOnTheaterMode, write=FOnTheaterMode};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | SHDocVw.pas SHDocVw.hpp |
SHDocVw | TWebBrowser |
Description
Not used in TWebBrowser.
Do not use this event. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. OnTheaterMode occurs when the Internet Explorer changes into or out of theater mode.