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...
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...