C
Charles Law
When displaying the Color Picker for a web page (in the VS IDE), Background
is listed on the System Colors tab.
Also,
Color.FromName("Background").IsNamedColor
returns True.
However, Background is not a member of the SystemColors class, and it is not
a member of the KnownColors enum nor the Color structure.
Where can I find this named colour? I want to be able to enumerate all named
colours programmatically, but I cannot find this one (and one or two
others).
TIA
Charles
is listed on the System Colors tab.
Also,
Color.FromName("Background").IsNamedColor
returns True.
However, Background is not a member of the SystemColors class, and it is not
a member of the KnownColors enum nor the Color structure.
Where can I find this named colour? I want to be able to enumerate all named
colours programmatically, but I cannot find this one (and one or two
others).
TIA
Charles