|
-
June 12th, 2001, 10:34 PM
#1
read only property
Does anybody know how to write a read only property. I don't need code, just a verbal description. thank you for any help.
Archie Kantzavelos
-
June 12th, 2001, 10:51 PM
#2
Re: read only property
Write all properties variable as Private.
Use Property Let and Property Get to set your property.
Don't write Property Let for read-only property.
Andy Tower
-
June 12th, 2001, 11:07 PM
#3
Re: read only property
if you are talking about changing a value of a read-only property for a control, you CAN'T.
HTH
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
|