Extending the treeview control

SaviorSix

Registered User.
Local time
Yesterday, 23:03
Joined
Mar 25, 2008
Messages
71
Is there a way to create custom methods for a treeview control? Possibly in a class module?

For example, I'd like to create a CustomTreeView.Populate method. I know I could just create functions in a standard module that does the same thing, but curious as to whether extending the existing treeview class is possible...
 

Users who are viewing this thread

Back
Top Bottom