|
-
Sep 27th, 2001, 11:23 PM
#1
Thread Starter
New Member
Adding features to a command button
My application requires that i add a few additional properties to that existing in the command button.
For e.g.
I would like to have a property called
Key which will store unique identification for the control.
How do i do this.
Thanks in advance.
-
Sep 28th, 2001, 05:31 AM
#2
Fanatic Member
Extending control functionality
If you just want to have a Key property on the command button you could just use the Tag property for that purpose.
But, to extend the functionality of existing controls you need to to enclose the control in an ActiveX wrapper. Map all the existing properties/events of the command button to the ActiveX wrappere and then add new ones as required.
It is a resource overhead however.
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
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
|