MultiPage.TabFixedWidth Property (Outlook Forms Script)

Returns or sets a Single that represents the width in points of the tabs on a MultiPage. Read/write.

Syntax

expression.TabFixedWidth

expression A variable that represents a MultiPage object.

Remarks

If the value is 0, tab widths are automatically adjusted so that each tab is wide enough to accommodate its contents and each row of tabs spans the width of the control.

If the value is greater than 0, all tabs have an identical width as specified by this property.

The minimum size is 4 points.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.