3
Answers

Enum Constants for SystemColors

Ask a question
Prabhu Basoor

Prabhu Basoor

14y
4.5k
1
Hi All,
I'm trying to use Enum Const
Public Enum objColor
lowLight = System.Drawing.SystemColors.ControlLight
        HighLight =System.Drawing.SystemColors.ControlDark
End Enu

Convert from VB6 to vb.NET Error is Declaration type not supported: Enum member of type color.

Any hints/help please.

Cheers,
PB

Answers (3)