AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace > WindowManager Class > CreatePanelWindow Method : CreatePanelWindow(String,String,Control,Double,Nullable<Int32>,Nullable<Int32>) Method
Window key in the WindowsCollection.
Window title.
Control to display in the panel window.
Value between 0.25 and 1 for opacity value of the panel.
(Optional) Width of the panel window.
(Optional) Height of the panel window.
CreatePanelWindow(String,String,Control,Double,Nullable<Int32>,Nullable<Int32>) Method
Creates and adds to the WindowsCollection a new PanelWindow.
Syntax

Parameters

key
Window key in the WindowsCollection.
title
Window title.
control
Control to display in the panel window.
opacity
Value between 0.25 and 1 for opacity value of the panel.
customWidth
(Optional) Width of the panel window.
customHeight
(Optional) Height of the panel window.

Return Value

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