SHDocVw.IWebBrowser2.Resizable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Resizable: WordBool read Get_Resizable write Set_Resizable;

C++

__property System::WordBool Resizable = {read=_scw_Get_Resizable, write=Set_Resizable};

Properties

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

Description

Speficies whether the object can be resized.

Has a boolean value that specifies whether the object can be resized.

Note: The Resizable property is used for compatibility with Internet Explorer.