TabFixedHeight, TabFixedWidth Properties [Outlook 2003 Forms Help]
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.
Applies to | MultiPage control | TabStrip control