Microsoft SDK for Java

setResizable

This method of the InternetExplorer class sets the Microsoft® Internet Explorer object's resizable property.

Syntax

public native void setResizable(boolean Resizable);

Parameters

Resizable 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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.