Resizable Property

Whether or not the specified document is able to be resized.

Syntax

object.Resizable [= Boolean]

Properties

The Resizable property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the document is resizable.

Settings

The settings for Boolean are:

Value

Description

True

The document is resizable.

False

The document is not resizable.

 

Applies To