This method of the WebBrowser class sets the Microsoft® Internet Explorer object's resizable property.
public synchronized void setResizable(boolean Resizable);
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. |