P
Paul
VB.NET - VS 2005
Is it possible to create an Enum with numeric members. Example:
Public Enum NumberOfDecimalPlaces
Auto
1
2
3
4
5
End Enum
I want this for a property that I have in one of my controls. The
"Auto" member is fine. The numbers generate errors.
Is it possible to create an Enum with numeric members. Example:
Public Enum NumberOfDecimalPlaces
Auto
1
2
3
4
5
End Enum
I want this for a property that I have in one of my controls. The
"Auto" member is fine. The numbers generate errors.