Microsoft SDK for Java

setResizable

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

Syntax

public synchronized 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.