HypernovaDesktop Components · docs
Binarymission
WinFormsTree View Combo Box › ISupportTreeView

ISupportTreeView

interface.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls.Shared

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

AfterSelectEvent raised when a node is selected in the treeview type of control that this interface is implemented on.

Events

AfterSelect

event TreeViewEventHandler AfterSelect

Event raised when a node is selected in the treeview type of control that this interface is implemented on.