Share via


Window.PageTabWidth Property

Visio Automation Reference

Gets or sets the width of the page tab control in a drawing window. Read/write.

Version Information
 Version Added:  Visio 2002

Syntax

expression.PageTabWidth

expression   A variable that represents a Window object.

Return Value
Double

Remarks

The value of the PageTabWidth property is a percentage of the drawing window width, from 0 to 100. To use the default page tab control width, set the PageTabWidth property to -1.

See Also