Bug? ToggleButton.Enabled = False ' doesn't grey out the text

agraham

Expert
Licensed User
Longtime User
Unlike Button and Checkbox, setting enabled to False on a ToggleButton doesn't grey out the text. This is visually disturbing amongst other disabled controls. I suspect this may be an Android, rather than a B4A, quirk and can be overcome by setting the TextColor to a suitable value.
 
Top