Share via


MergeCaption Property [Visio 2003 SDK Documentation]

Gets or sets the abbreviated caption that appears on the page tab when the window is merged with other windows.

strRet = object**.MergeCaption**

object**.MergeCaption** = strVal

strRet     String. The text that appears in the page tab when this window is merged with other windows.

object     Required. An expression that returns a Window object.

strVal     Required String. The text to appear in the page tab when this window is merged with other windows.

Version added

2002

Remarks

The MergeCaption property applies only to anchored windows. If the Window object is an MDI frame window, Microsoft Office Visio raises an exception.

Use the Type property to determine window type.

Applies to | Window object

See Also | MergeClass property | MergeID property | MergePosition property | Type property