R
Rainer Queck
Hello NG,
I would like to define a Color Enum like:
public enum MyColorEnum
{
Color1 = Color.Red,
Color2 = Color.Gren,
....
}
Unfortunately this doesn't work.
Is it possible to do some thing like this, and if yes, how?
Thanks for help!
Regards
Rainer
I would like to define a Color Enum like:
public enum MyColorEnum
{
Color1 = Color.Red,
Color2 = Color.Gren,
....
}
Unfortunately this doesn't work.
Is it possible to do some thing like this, and if yes, how?
Thanks for help!
Regards
Rainer
