SHDocVw.TWebBrowser.FullScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullScreen: WordBool index 407 read GetWordBoolProp write SetWordBoolProp stored False;

C++

__property System::WordBool FullScreen = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=407, nodefault};

Properties

Type Visibility Source Unit Parent
property published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Not used in TWebBrowser.

Do not use FullScreen. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. FullScreen determines whether Internet Explorer is maximized.