SHDocVw.TWebBrowser.OnFullScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFullScreen: TWebBrowserOnFullScreen read FOnFullScreen write FOnFullScreen;

C++

__property TWebBrowserOnFullScreen OnFullScreen = {read=FOnFullScreen, write=FOnFullScreen};

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. OnFullScreen occurs with Internet Explorer when the application is maximized or restored from a maximized state.