My app often uses 2 tab groups in an UltraTabbedMDIManager.
I have added the Maximize button to the popup menu but for Section 508 compliance I need to allow the user to perform all functionality via the keyboard.I tried setting the IsMaximized property - but that is read only.
I have searched through all the classes and docs and I can not find any way to force the active tab to Maximize or Restore. (As though the user checked/unchecked the Maximize menu)
Is there any way to do this?
If not will you please open a feature request to allow programatic access to that feature.
ThanksMike
Hello Mike,
I have just got your feedback.
Please let me know if you need any further assistance.
Hello ,
After some research, this issue has been determined to be a new feature request. I have sent your feature request directly to our product management team.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this feature request is FR12974.
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Please note that currently you could set IsActiveTabGroupMaximized to True on the UltraTabbedMdiManager. Then you can just set the ActiveTab to control which tab group gets maximized.
Let me now if you need any further assitanse with this issue.