AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace > IWindowManager Interface > CreateDockedWindow Method : CreateDockedWindow(String,String,Control,DockedPosition,Boolean) Method
Window key in the WindowsCollection.
Window title.
Control to display in the docked window.
Window DockPosition.
Window location.
CreateDockedWindow(String,String,Control,DockedPosition,Boolean) Method
Creates and adds to the WindowsCollection a new DockedWindow.
Syntax

Parameters

key
Window key in the WindowsCollection.
title
Window title.
control
Control to display in the docked window.
position
Window DockPosition.
topTab
Window location.

Return Value

New DockedWindow 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