MergeID property

MergeID property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

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

Version Added

2002

Syntax

        
          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.

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, Visio raises an exception.

Use the Type property to determine window type.