|
-
June 21st, 2004, 06:25 AM
#1
Doubt in MFC ActiveX Control!
Hi All,
How to create a custom property in MFC ActiveX control?
Like,
xxxxxxx.yyyyyyyy.zzzzzzzz.qqqqqq
Where,
xxxxxxx is the control name.
yyyyyyyy is a property of the control.
zzzzzzzz is the subproperty of the yyyyyyyy.
qqqqqq is the subproperty of the zzzzzzzz.
Eg.
Font1.Color.Intensity.Value
With Regards,
A.Ilamparithi.
-
June 21st, 2004, 07:52 AM
#2
Start with the MSDN article ActiveX Controls: Adding Custom Properties.
Gort...Klaatu, Barada Nikto!
-
June 21st, 2004, 08:03 AM
#3
Re:
Originally posted by Mike Harnad
Start with the MSDN article ActiveX Controls: Adding Custom Properties.
Hi Mike,
I had and i know to create Custom properties like,
xxxxxxxx.yyyyyyyy
Where,
xxxxxxxx is the control name,
yyyyyyyy is the custom property.
But, the problem is how to create sub property like the example i mentioned above. I dont think that the documentation u suggested and others i have seen seem to have that information.
With Thanks,
A.Ilamparithi.
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
|