ErrorProvider Xojo Plugin

DesktopErrorProvider.HighResImage Property

Sets high resolution image that the ErrorProvider should show when in retina mode. (Legacy property)

HighResImage as Picture {Read and Write}

Remarks

If setting this property then you must also set the Image property to handle when retina is not available.

This image has to be 32 x 32 pixels in size.

This is legacy property. On modern Xojo versions high Res is handled by assigning image set to the main image property.

See Also

DesktopErrorProvider Control