Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » TabDlg Remove 'Close' Button
TabDlg Remove 'Close' Button [message #37668] Thu, 01 November 2012 01:49 Go to previous message
nejnadusho is currently offline  nejnadusho
Messages: 60
Registered: October 2012
Member
index.php?t=getfile&id=3906&private=0

Hi,

I created a TabDlg and when I display it there is a 'Close' button in the lower right corner.
I haven't put it there!

How can I remove it?


	TabDlg adminDlg;
		WithAdminLayout<ParentCtrl> tab1;
		WithAdminRegNewUserLayout<ParentCtrl> tab2;		
		adminDlg (tab1, "Tab1")(tab2, "Tab2")
			.Title("Admin's Workspace")
			.Sizeable()
			.Zoomable()
			;
		
		adminDlg.Execute();


Thank you for your help.
nejnio
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: What type are the tabs?
Next Topic: THISBACK(function(parameter)) Error C2102
Goto Forum:
  


Current Time: Tue Apr 29 16:18:08 CEST 2025

Total time taken to generate the page: 0.00807 seconds