Command Buttons on Switchboard

  • Thread starter Thread starter Ann
  • Start date Start date
A

Ann

Is it possible to change the colour of command buttons on
a switchboard form - I can only change the font??

Ann
 
I don't believe that the color of a CommandButton can be
changed. (If I'm wrong, someone please let me know!)

If you really want a different color, try using a Label
with the following properties:
BackStyle: Normal
BackColor: (Select Your Preferred Color)
SpecialEffect: Raised
BorderStyle: Solid

and enter your code or macro for the OnClick event.

Hope this helps!

Howard Brody
 
Back
Top