FIX. RadForm - Icon is not visible when using FormBorderStyle = FixedDialog
To reproduce:
- Set RadForm.FormBorderStyle to FixedDialog
- Set some Icon to the form
- Run and the icon is not visible
With the standard form, the icon is visible.
Workaround: use FormBorderStyle = FixedSingle