DockPanel ActivateMDIChild in C#
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2009-11-25T05:56:41Z
Indexed on
2010/04/08
7:03 UTC
Read the original article
Hit count: 745
Hi
I have used WeifenLuo.WinFormsUI.Docking Dockpanel in my project. I have three Document Style DockContent (i.e. A, B, C)in my application which has been arranged in tabbed style. On Focus() method of any of this dockContent (i.e. A, B, C) its getting activated and getting focus well. As per requirement i need to hide all three dockcontent(i.e. A, B, C) n need to show other two (i.e. D,E). And then once particular process get over, i close D,E and show A, B, C.
Then after On Focus() of C, its focus is not getting set. May i know what could be the reason for the same.
Please guide me for the same.
Thanks.
© Stack Overflow or respective owner