Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
UltraFormManager with no Minimize and Maximize button
posted

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!

Parents Reply Children