Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 917 Bytes

Outlook.multipage.tabfixedwidth.md

File metadata and controls

32 lines (19 loc) · 917 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
MultiPage.TabFixedWidth Property (Outlook Forms Script)
olfm10.chm2002000
olfm10.chm2002000
932c2b27-97b7-adda-4ac5-3da64716f370
06/08/2017
medium

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.

[!includeSupport and feedback]