AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace > WindowManager Class > CreateDockedWindow Method : CreateDockedWindow(String,String,Control,DockedPosition) Method
Window key in the WindowsCollection.
Window title.
Control to display in the docked window.
Window DockPosition.
CreateDockedWindow(String,String,Control,DockedPosition) Method
Creates and adds to the WindowsCollection a new DockedWindow.
Syntax
public abstract DockedWindow CreateDockedWindow( 
   string key,
   string title,
   Control control,
   DockedPosition position
)
public:
abstract DockedWindow^ CreateDockedWindow( 
   String^ key,
   String^ title,
   Control^ control,
   DockedPosition position
) 

Parameters

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

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