Resizable Property
Sets or gets a value that indicates whether the object can be resized.
Syntax
InternetExplorer.Resizable(bResizable) [ = bResizable ]
Possible Values
bResizable Boolean that specifies or receives one of the following values: falseObject cannot be resized.trueDefault. Object can be resized.The property is read/write. The property has no default value.
Remarks
The WebBrowser object returns an error from this property.
Applies To
InternetExplorer