Hello All,
is there any way to declare const to Color?
the above codes give me warnings:Code:public const Color ID_COLOR_INCOMING = Color.PaleGreen; public const Color ID_COLOR_ANSWERED = Color.Lime; public const Color ID_COLOR_OUTGOING= Color.Blue;
The type System.Drawing.Color cannot be declared const
please advise
Thanks & Regards
Winan


Reply With Quote
