AVEVA CAF API Documenation

Window key in the WindowsCollection.
Window title.
Control to display in the docked window.
CreateMdiWindow Method (WindowManager)
Creates and adds to the WindowsCollection a new MdiWindow.
Syntax
public abstract MdiWindow CreateMdiWindow( 
   string key,
   string title,
   Control control
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also