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
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
Remarks
This property does not override any size restrictions determined by the TRACKINGSIZE property.
See Also
FRAMESTYLE property, TRACKINGSIZE property