SHDocVw.IWebBrowser2.TheaterMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TheaterMode: WordBool read Get_TheaterMode write Set_TheaterMode;

C++

__property System::WordBool TheaterMode = {read=_scw_Get_TheaterMode, write=Set_TheaterMode};

Properties

Type Visibility Source Unit Parent
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser2

Description

Specifies if the object is in theater mode.

TheaterMode is used to change the display of Internet Explorer to use theater or normal mode.

Note: TWebBrowser does not have theater mode; this property is used for compatibility with Internet Explorer.