Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enum and interfaces
Message
De
20/08/2006 20:59:02
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Enum and interfaces
Divers
Thread ID:
01147155
Message ID:
01147155
Vues:
64
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform