It's great being able to set the backcolor for userinfo() values.
However, the ForeColor property is missing or is hidden...
It appears that the "Hidden" Forecolor property is set to White.
Consequently, one cannot set a contrasting forecolor for the given backcolor that is used.
For Example:
Private user1 As UserInfo = New UserInfo()
user1.FirstName = _UserFirstName
user1.LastName = _UserLastName
User1.BackColor = Color.LightYellow
What is needed now for the contrasting ForeColor would be this:
User1.ForeColor = Color.Black
Currently, if the backcolor is set to a very light back color - one cannot read the White ForeColor text