Sets or retrieves a value indicating whether the object can be resized.
Syntax
object.Resizable [= value]
Parameters
- object
- Required. An object expression that evaluates to an object in the Applies To list.
- value
- Optional. A Boolean expression that sets the object's resizable property. If this value is TRUE, the object can be resized. If this value is FALSE, the object cannot be resized. The default value is TRUE.
Remarks
The WebBrowser object ignores the Resizable property.
Applies To
InternetExplorer, WebBrowser