Hi,
I'm creating an app that loads a number of forms and the raddock picks up as mdichildren
I'm trying to get this so the user cannot close any of the forms that are loaded so context menus, ctrl+f4 and the x in top left is this possible?
I have seen in an other forum post that you can do some of this using
if I use this it also stops me from closing the forms in code
thanks
David
I'm creating an app that loads a number of forms and the raddock picks up as mdichildren
I'm trying to get this so the user cannot close any of the forms that are loaded so context menus, ctrl+f4 and the x in top left is this possible?
I have seen in an other forum post that you can do some of this using
DockWindow.AllowedDockState &= ~AllowedDockState.Hidden;
if I use this it also stops me from closing the forms in code
RadDock1.CloseAllWindows();
thanks
David