Share via


PageTabWidth Property [Visio 2003 SDK Documentation]

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

dblRet = object**.PageTabWidth**

object**.PageTabWidth** = dblVal

dblRet     Double. The current width of the page tab control in the drawing window.

object     Required. An expression that returns a Window object.

dblVal     Required Double. The new width of the page tab control in the drawing window.

Version added

2002

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.

Applies to | Window object