SHDocVw.TWebBrowser.Resizable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Resizable: WordBool read Get_Resizable write Set_Resizable stored False;

C++

__property System::WordBool Resizable = {read=Get_Resizable, write=Set_Resizable, stored=false, nodefault};

Properties

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

Description

Not used in TWebBrowser.

Do not use Resizable. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. Resizable determines whether the Internet Explorer window can be resized.