SHDocVw.IWebBrowser2.Set_TheaterMode
Delphi
procedure Set_TheaterMode(pbRegister: WordBool); safecall;
C++
virtual HRESULT __safecall Set_TheaterMode(System::WordBool pbRegister) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | SHDocVw.pas SHDocVw.hpp |
SHDocVw | IWebBrowser2 |
Description
Sets the value of the TheaterMode property.
Set_TheaterMode is used to set the value of the TheaterMode property.
Note: TWebBrowser does not have theater mode; this property is used for compatibility with Internet Explorer.