Share via


OlkCategory.AutoSize Property

Outlook Developer Reference

Returns or sets a Boolean that automatically sizes the control to display the entire contents. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.AutoSize

expression   A variable that represents an OlkCategory object.

Remarks

The default value for this property is True.

This control assumes one line unless the contents expand and need more space. If this happens, the control will grow to display the contents and move the remaining form contents down to make space.

See Also