what is the command & paramerets to CommandButton Color?
Thanks!
Y
Printable View
what is the command & paramerets to CommandButton Color?
Thanks!
Y
Set the Style property to Graphical. Then select the color for the button in Backcolor property.
Not sure what you mean but if you are asking how change the color of a button you change the BackColor property to the desired color and the Style property to "1 - Graphical".
Backcolor can be set through code e.g.: "Command1.BackColor = vbRed". However, the Command1.Style property is read-only during runtime and can only be set to "1 - Graphical" at design time.
If that is not what you were looking for, can you please elaborate as to what information you seek ?
Yes, Thanks for your help!
Please Mark the thread as RESOLVED, if you find a solution to your problem... :wave: