ISupportTreeView
Implement this interface on a control class that will wrap your actual treeview type of control that you want BinaryTreeViewComboBox control to display in its drop-down window.
public interface ISupportTreeView
Remarks
Note however that if you are using teh standard TreeView control, and want to display that in teh drop-down window, then you need not wrap the treeview instance into a class with this interface implemented.
You can simply set the TreeViewNative property with an instance of your treeview instance as is described in detail in the documentation of the property TreeViewNative.
Refer for more details/samples around this interface in properties TreeViewNative and TreeViewInstance.
Members at a glance
AfterSelect | Event raised when a node is selected in the treeview type of control that this interface is implemented on. |
Events
AfterSelect
Event raised when a node is selected in the treeview type of control that this interface is implemented on.