|
Browse by Tags
All Tags » UltraMdiTabManager ( RSS)
-
Hi, we have upgraded our software from Infragistics 6.2 to 6.3 and now get an exception (and a nice box with a red cross in it where the windows menu should be!) when opening the windows menu on a tabbedMDI control when there are no windows open. We have not changed any of our code relating to windows...
-
I have an external application written in foxpro7 that i want to run within a .net container. I can create a child window with my mdi container no problem, the issue I have is that I have an ultratabmdimanager and i want to associate the windows handle of the app i am starting with the ultratab and not...
-
Dear community, In the code sample of the help topic about the TabClosing() event is the following code if (e.Tab.SettingsResolved.TabCloseAction == MdiTabCloseAction.Close) { if (e.Tab.Form is EditForm) { if (! ((EditForm)e.Tab.Form).Save() ) e.Cancel = true; } } I wonder what the TabCloseAction is...
Page 1 of 1 (3 items)
|
|