Select floating Pane disables Menu and Window |
Post Reply |
Author | |
MakeIt
Newbie Joined: 25 May 2009 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 18 June 2009 at 8:18am |
My Problem is that when I place panes as unddocked floated panes and make actions in their control - I cannot select
the Form, other not floted Windows and the menu anymore. What can I do - I found nothing in the forum Codejock 12.0.2 Visual C# 2008 Professional .Net Framework 2.0 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Try remove Control you docked to DockingPane from Controls collection of Form
this.Controls.Remove(control);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |