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
290
UltraMessageBoxManager can be closed using Alt+F4
posted

The UltraMessageBoxManager forms can be closed using Alt+F4.  When this occurs, they do not return with one of the expected DialogResult values.  The x in the upper right-hand corner is disabled (which should normally indicate that they have to select one of the available options to continue and cannot close the form with Alt+F4).

The standard Windows MessageBox form cannot be closed with Alt+F4.  You always have to click a button (or press enter/escape).  As a result, they always return one of the expected DialogResult values.  Is there a way to disallow the user from closing an UltraMessageBoxManager form with Alt+F4?  Is this a bug or how it is supposed to work?

Parents Reply Children
No Data