TabFixedHeight, TabFixedWidth properties
Sets or returns the fixed height or width of the tabs in points.
Syntax
object.TabFixedHeight [= Single ]
object.TabFixedWidth [= Single ]
The TabFixedHeight and TabFixedWidth property syntaxes have these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Single | Optional. The number of points of the height or width of the tabs on a TabStrip or MultiPage. |
Settings
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.
Remarks
The minimum size is 4 points.
See also
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.