Hi Experts,
Iam looking for a way to get a simple tool window with no Minimize and no Maximize button which is using the UltraFormManager.
I tried the following:
MyForm.FormBorderStyle = FixedToolWindow //(with no Minimize and no Maximize button)
//apply the style
UltraFormManager1.FormStyleSettings.FormDisplayStyle = UltraWinToolbars.FormDisplayStyle.RoundedSizable
Doing it that way, MyForm.FormBorderStyle-Setting is ignored and Min/Max buttons are displayed. How do I get rid of the Min/Max buttons?
Thanks for your help!
Joern,
Did you set the MaximizeBox property of the Form to false? Take a look at the sample I have attached here and tell me if this gives you what you want?
no, I didnt - I wasnt quite aware of this Min/MaxBoxproperties. Now it works as expected.
Thanks a lot for your help!
Best regards,
Joern