CreateDockedWindow(String,String,Control,DockedPosition) Method
Creates and adds to the WindowsCollection a new DockedWindow.
Syntax
DockedWindow CreateDockedWindow( string key, string title, Control control, DockedPosition position )
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