You know how a control has a tag property, how can you make a another tag for that control. I want to store additional information for that control.
Printable View
You know how a control has a tag property, how can you make a another tag for that control. I want to store additional information for that control.
You'd have to subclass the control which is not an easy thing to do. What kind of info do you want to store? Could you use the registry?
I don't think tag property has a real meaning, if you want some extra data stored there why don't you just add up the strings with a delimeter and split up them on access.