When I call `BitmapButton.SetBitmapLabel`, does it refresh the button
by itself, or do I have to call `Refresh` on the button to ensure it's
displaying the new image? (Yes, I could try it, but I want to be sure
it does so on all platforms.)
AFAIK they all trigger a refresh on their own, at least for the native control widgets.
···
On 4/22/10 2:00 PM, cool-RR wrote:
When I call `BitmapButton.SetBitmapLabel`, does it refresh the button
by itself, or do I have to call `Refresh` on the button to ensure it's
displaying the new image? (Yes, I could try it, but I want to be sure
it does so on all platforms.)