CreatePanelWindow(String,String,Control,Double,Nullable<Int32>,Nullable<Int32>,ControlResizeSide) Method
Creates and adds to the WindowsCollection a new PanelWindow.
Syntax
public abstract PanelWindow CreatePanelWindow( string key, string title, Control control, double opacity, Nullable<int> customWidth, Nullable<int> customHeight, ControlResizeSide resizeSide )
public: abstract PanelWindow^ CreatePanelWindow( String^ key, String^ title, Control^ control, double opacity, Nullable<int> customWidth, Nullable<int> customHeight, ControlResizeSide resizeSide )
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.
- resizeSide
- (Optional) Set the resizing side of the panel windows.
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