I need to add a string property to a TreeNode object. One way
I can do this is to use the tag property. Here is my question,
can I do it this way, create a new class e.g. MyTreeNode which
inherits from TreeNode and adds what I need. Will such
an object be compatible with TreeView and TreeNodeCollect ion?
thanks
I can do this is to use the tag property. Here is my question,
can I do it this way, create a new class e.g. MyTreeNode which
inherits from TreeNode and adds what I need. Will such
an object be compatible with TreeView and TreeNodeCollect ion?
thanks
Comment