Table of Contents

RESIZEALWAYS property (Window)

Description

Specifies if a WINDOW that has a fixed frame can be resized by the user (using the mouse or keyboard).

WINDOW objects with the FRAMESTYLE property values cannot usually be resized using the mouse or cursor. Setting RESIZEALWAYS to TRUE$ overrides this behavior.

<TODO: FRAMESTYLE LIST>

Property Value

This is a Boolean property.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

Remarks

This property does not override any size restrictions determined by the TRACKINGSIZE property.

See Also

FRAMESTYLE property, TRACKINGSIZE property