The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I''m using TabbedMDIManager and have a variable number of child MDI forms being managed. I would like to get rid of the close button at the extreme right o the tabbed group. Is thre any way of doing this. Essentially I want to prevent users from inadvertantly closing MDI children.
cheers
William
ADAdministrator Syncfusion Team June 27, 2005 11:02 AM
Hi William,
Unfortunately I am not aware of a way to remove the close button from the TabbedMDIManager. As an alternative, I would recommend handling the children Form''s Closing events to add some kind of confirmation to closing a window.
Regards,
Gregory Austin
Syncfusion Inc.
WWWilliam WakoJune 28, 2005 09:10 AM
Hi Gregory,
many thanks, what you recommended is what I had coded up and just wanted to know if there was a more elegant way of handling the closure of teh child forms.
William
ADAdministrator Syncfusion Team June 30, 2005 01:45 PM
Hi William,
In our next release, setting the ControlBox box property of an active MDI child will cause the close button to disappear in TabbedMDIManager.
Regards,
Gregory Austin
Syncfusion Inc.