Completed
Last Updated: 22 Oct 2021 07:43 by ADMIN
Release R3 2021 SP1
Martin Hamilton
Created on: 20 Oct 2021 04:57
Category: TaskBoard
Type: Feature Request
0
RadTaskBoard: Introduce ForeColor property UserInfo
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
0 comments