PageTabWidth property

Microsoft Visio Developer Reference

PageTabWidth property

See also   Example   

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

Version added

2002

Syntax

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.

Remarks

The value in 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.