Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hey you Object, Hey you!
Message
De
15/11/2003 11:18:58
 
 
À
15/11/2003 09:31:20
Information générale
Forum:
ASP.NET
Catégorie:
Migration
Divers
Thread ID:
00850229
Message ID:
00850248
Vues:
17
Glenn,

Parents can be referenced like this:
Me.Parent
Me.ParentForm
Properties are added like this:
Private m_MyProperty As String

Public Property MyProperty() As String
   Get
      Return m_MyProperty
   End Get
   Set
      Me.m_MyProperty = value
   End Set
End Property
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform