AutoSize Property

 See Also3NWITW4

Applies To

Label3MNIZ8D, picture box31MYIWX.

Description

Determines whether a control is automatically resized to fit its contents.

Usage

[form.]control.AutoSize[ =True|False}]

Remarks

The AutoSize property settings are:

Setting             Description

 

True                Automatically resizes the control to fit its contents.

False               (Default) Keeps the size of the control constant.  Contents are clipped when they exceed the area of the control.

 

Data Type

IntegerDOKXHY (Boolean)


See Also

Help:

Alignment PropertyFQ8OZH

Resize Event2WM7WLP

SizeMode Property2KW9BMO

 

Programmer's Guide:

Chapter 15, "Creating Graphics for Applications"