My MDI Parent is a RadRibbonForm. I want to set the text from the text in the active MDI Child form. If the text is "Program Security", my parent form text shows "Program Security - [Program Security]". What do I need to do to remove that redundancy?
Thank you,
Gary
1 Answer, 1 is accepted
0
Nikolay
Telerik team
answered on 03 May 2013, 11:54 AM
Hi Gary,
If I understand your scenario correctly, the behavior that you observe is the behavior of the standard .NET Windows Forms MDI functionality that we wrap in our suite, where the parent form text reads "ParentFormTitle - [ChildFormTitle]. This behavior, however, can't be altered or avoided.