Common Application Framework

WindowManager.CreateMdiWindow Method 

Creates and adds to the WindowsCollection a new MdiWindow

public abstract MdiWindow CreateMdiWindow(
   string key,
   string title,
   Control control
);

Parameters

key
Window key in the WindowsCollection.
title
Window title.
control
Control to display in the docked window.

Return Value

New MdiWindow created

See Also

WindowManager Class | Aveva.ApplicationFramework.Presentation Namespace