How to remove the MDI child text from the parent form title bar? C# .NET -


I have a form that works as MDI parent and many other forms of MDI child . In the child's windows, FormBorderStyle.None and ControlBox are false, so that no external items from MDI children can be displayed in MDI parents. But MDI children are maximized in my application and in that case, the main form window title text always has hair form text, such as:

 + - + --------- ------------------------------ + ------- + | | Main Window Title - [Child Title] | _hex | + - + --------------------------------------- + -------- + | | ... 

How can I get rid of the "[child title]" section in the main title bar? I have seen the form. The text contains the full title and it is visible on the screen. But to make the text something else changes only in the first part, the child's title is always added and thus can not be removed. I'm running for a while Although the net reflector did nothing interesting

You can change the form. The property of the text of the hair window for the empty string, thus the titlebar will display only "main window".


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -