SHDocVw.IWebBrowser2.Get_TheaterMode

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_TheaterMode: WordBool; safecall;

C++

virtual HRESULT __safecall Get_TheaterMode(System::WordBool &__Get_TheaterMode_result) = 0 ;

Properties

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

Description

Returns the value of the TheaterMode property.

Get_TheaterMode is used to return the value of the TheaterMode property.

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

See Also