Common Application Framework

WindowManager.CreateDockedWindow Method 

Creates and adds to the WindowsCollection a new DockedWindow.

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.

See Also

WindowManager Class | Aveva.ApplicationFramework.Presentation Namespace