ToggleButton.AutoSize Property
Outlook Forms Script Reference |
Returns or sets a Boolean that specifies whether an object automatically resizes to display its entire contents. Read/write.
Syntax
expression.AutoSize
expression A variable that represents a ToggleButton object.
Remarks
True to automatically resize the control to display its entire contents. False to keep the size of the control constant; contents are clipped when they exceed the area of the control (default).
For controls with captions, the AutoSize property specifies whether the control automatically adjusts to display the entire caption.
If you manually change the size of a control while AutoSize is True, the manual change overrides the size previously set by AutoSize.
See Also