FIX. RadSplitButtonElement - the image is not correctly drawn when the element is disabled.
To reproduce:
- Add SplitButton to a ribbon bar and set its image.
- Disable the button.
Workaround:
this.radSplitButtonElement1.UseDefaultDisabledPaint = true;