CF button color

  • Thread starter Thread starter Huan Wee
  • Start date Start date
H

Huan Wee

Hi,

I am new to CF development. I am trying to change the
color of a button control. Since there is no property
setting in the property tab I tried to change the button
color via code.
my code is as follows

Me.Btn7.BackColor = System.Drawing.Color.Blue

the color always change back to the default grey.
Anyone knows how to change button color or it is not
possible to change color? Thanks

HW
 
Back
Top