Share via


MergeID Property [Visio 2003 SDK Documentation]

Specifies the string version of a merged window's globally unique identifier (GUID).

strRet = object**.MergeID**

object**.MergeID** = strVal

strRet     String. The string version of a GUID.

object     Required. An expression that returns a Window object.

strVal     Required String. The new GUID*.*

Version added

2002

Remarks

If this Window object is not merged, the GUID will contain all zeros (GUID_NULL).

The MergeID 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 | MergeCaption property | MergeClass property | MergePosition property | Type property