Hi,
I'm using a RadForm as an MDI container and loading child MDI forms into it. I load the child forms in a maximized state but seem to be unable to hide the default MDI menu in the parent form.
The MDI section of the RadForm documentation says:
"When a MDI child Form is maximized, it automatically hides its title bar and the parent form displays a default MDI menu. This menu contains controls can execute the basic window commands on the currently maximized MDI child:"
I would like the "default MDI menu" to be hidden. I will control the windowstate of the child forms myself.
I've tried setting the MinimizeBox and MaximizeBox to false (on the child forms) and also changing the FormBorderStyle, all to no avail.
I'm using a RadForm as an MDI container and loading child MDI forms into it. I load the child forms in a maximized state but seem to be unable to hide the default MDI menu in the parent form.
The MDI section of the RadForm documentation says:
"When a MDI child Form is maximized, it automatically hides its title bar and the parent form displays a default MDI menu. This menu contains controls can execute the basic window commands on the currently maximized MDI child:"
I would like the "default MDI menu" to be hidden. I will control the windowstate of the child forms myself.
I've tried setting the MinimizeBox and MaximizeBox to false (on the child forms) and also changing the FormBorderStyle, all to no avail.
Any help or advice would be greatly appreciated.
Please see the attached JPG for an illustration.
Many Thanks,
Joe