|
-
Feb 19th, 2001, 08:44 PM
#1
Thread Starter
Member
I know that you can create new property's for a form using the following code:
Public Property Get test() As Variant
End Property
Public Property Let test(ByVal vNewValue As Variant)
End Property
Is it possible to add new property's to other controls such as a Text Box.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|