Using the following code example while taking WiseJ for a spin…
MessageBox.Show(“test”, “This was clicked”,MessageBoxButtons.OK, MessageBoxIcon.Hand);
Or
MessageBox.Show(“test”, “This was clicked”,MessageBoxButtons.OK, MessageBoxIcon.Error);
Show the same icon (the Error icon shows in either case, Hand does not show).
Hi Edmond,
this has been logged as WJ-7270 and has been changed in the latest build (1.1.95.0)
Best regards
Frank
That’s because we kept the same values from WinForms.MessageBoxIcon where Hand and Error are the same. Error = Hand = Stop, Asterisk = Information.
However, I agree that this is misleading. I will log an enhancement issue to add real icons that correspond to the name in the enumeration in all the themes.