I was thinking about inheritance and inheriting from a treenode. Is it possible to create a new class, inherit all from a treenode, and then use the new class to insert a node into a treeview? If so, how would I go about this?

The main reason I want to do this is for more .Tag properties.


Thanks!!