Add Method (LinkedWindows Collection)

      Applies To

Adds a window to the collection of currently linked windows.

Syntax

Sub Add (ThisWindow As Window)

This syntax has these parts:

Part Description
ThisWindow Required, the window added to the collection.

Remarks

A window that is a member of a LinkedWindowFrame can be added to another LinkedWindowFrame. When this happens, the Add method removes the window from the LinkedWindowFrame that currently contains it. If removing the window leaves the LinkedWindowFrame empty, then the Add method destroys the LinkedWindowFrame.

A LinkedWindowFrame exists around all tool windows except the Object Browser and the Find/Replace windows. LinkedWindowFrames exist around all windows that can be linked or docked.