What are the values I can use for EditText BackColor Property?
I want to have grey color background for the edit box
I am using VB.NET for development.
If I use System.Drawing.Color.Grey, Error pops up and says the value used should be an integer.
Can anyone help me?
Add a comment