Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hey you Object, Hey you!
Message
From
15/11/2003 11:18:58
 
 
General information
Forum:
ASP.NET
Category:
Migration
Miscellaneous
Thread ID:
00850229
Message ID:
00850248
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform