Common Application Framework

WindowsCollection.Remove Method 

Remove the window with the given key from the collection.

public abstract void Remove(
   string key
);

Parameters

key
The key of the window to remove.

See Also

WindowsCollection Class | Aveva.ApplicationFramework.Presentation Namespace