<div dir="ltr"><span class="gmail-tlid-translation gmail-translation"><span title="">Lately I have developed a project that handles a series of long and tedious texts to complete.</span> <span title="">To edit them I use some forms within a workspace control.</span> <span title="">However I haven't found a way to prevent that if you press the button to close all the tabs all the work is lost</span> (CloseAll Event is raised after all windows is closed).<br><span title="">So I modified the source code of the control by adding the Boolean property CloseButton (the same one that has the tabstrip control).</span> <span title="">It works very well, just put it to False and the close all windows button does not appear.</span><br><span title="">The modification is very small but it saves many troubles.</span><br><span title="" class="gmail-">I do not know if it's interesting for someone else, but here's the source code of the modified WorksPace.</span></span></div>