Share via


Window.MergeID Property

Visio Automation Reference

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

Version Information
 Version Added:  Visio 2002

Syntax

expression.MergeID

expression   A variable that represents a Window object.

Return Value
String

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.

See Also