Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enum and interfaces
Message
From
20/08/2006 20:59:02
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Enum and interfaces
Miscellaneous
Thread ID:
01147155
Message ID:
01147155
Views:
63
I have an enumeration that I want to use as a return value of a forms property(public).
I also want this used in the interface that this form will implement.
I've tryed puting the enum statment in a modual as public and in the modual containing interface but when I try puting the implements line in the forms property declairation I get an error.

ublic Enum FormMode As Integer
Mode_Default = 0
Mode_Add = 1
Mode_Edit = 2
Mode_Cancel = 3
End Enum

interface code

Property Mode() As FormMode
Next
Reply
Map
View

Click here to load this message in the networking platform