|
-
Mar 26th, 2003, 12:43 AM
#1
Thread Starter
Addicted Member
User Defined Property not visible in properties windows
I am working on an TextBox Active X control where in i have defined certain additional properties. Out of these properties i have one property of data type object. Now while using that ocx, i am not able to see that property in my properties window of the control whereas i can see that property while using the dot operator.. Can someone help to make that property visible in properties windows also.. Thks
-
Apr 1st, 2003, 02:34 AM
#2
Junior Member
It's all down to the type.
The property window doesn't display Object types because you can't type in a value for them. If may let you away with Variant ... not sure, haven't tried.
Dave
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
|