Hi
I've a object of Dockpanel.
Dockpanel dockpanel;
how do i close specific docks associated with this object.
dockPanel.Contents.Count gives the number of docks associated with this object.
dockPanel.Contents gives the individual dock.
But there is no option to close a specific dock under that..
Can someone help me please..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I've a object of Dockpanel.
Dockpanel dockpanel;
how do i close specific docks associated with this object.
dockPanel.Contents.Count gives the number of docks associated with this object.
dockPanel.Contents gives the individual dock.
But there is no option to close a specific dock under that..
Can someone help me please..
easy, just DockForm.close() (the dockPanel content).