Peter Peterson
Member
- Local time
- Tomorrow, 08:13
- Joined
- Sep 14, 2020
- Messages
- 43
I have included navigation buttons created with the Button object and using the inbuilt images for next, previous etc.
When I set the next button to disable
However, there is no visible indicator telling the User the button is disabled, unliked the 'greyed out' effect if I just used text, e.g. "Next".
Is there a way to 'grey out' the command button image, which the User will see?
When I set the next button to disable
Me.btnNext.Enable = False
the button is disabled as expected.However, there is no visible indicator telling the User the button is disabled, unliked the 'greyed out' effect if I just used text, e.g. "Next".
Is there a way to 'grey out' the command button image, which the User will see?