2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Merging operation between two docking windowsFor doing this the XPMenu has to be hosted on a main form. The ChildFrameBarManager and other menu components in the docking window has to be merged with the main form's menus after a state transition into MDI child form. then they have to be registered with the main form's MainFrameBarManager to perform menu merging. Please refer the below code snippet which illustrates this: C# this.mainFrameBarManager1.RegisterMdiChildTypes(new Type[] { typeof(Form2) });
VB Me.MainFrameBarManager1.RegisterMdiChildTypes(New Type() {GetType(Form2)}) Reference links: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.