Resizable PropertyResizable Property*
*Contents  *Index  *Topic Contents
*Previous Topic: RegisterAsDropTarget Property
*Next Topic: Silent Property

Resizable Property

Description

Sets or retrieves a value indicating whether the object can be resized.

Syntax

object.Resizable [= value]

PartDescription
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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.