HypernovaDesktop Components · docs
Binarymission
WinFormsTree View Combo Box › SelectionDisplayStyle

SelectionDisplayStyle

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

This Enumeration lists all of the possible ways, the text can be displayed in the combobox edit control portion, based on what is selected in the control's drop-down treeview window.

public enum SelectionDisplayStyle

Members at a glance

IncludeAllChildNodesThe display text will be a string comprising a SeperationCharacter separated list of the selected treeview node text and all of its child(s) text.
IncludeAllParentNodesInTheHierarchyPathThe displayed text will be a string comprising a SeperationCharacter separated list of the text of the currently selected node in the drop-down treeview, and will also include all parent node (and its parent) text as is in its hirarchy path.
OnlySelectedNodeThe displayed text will be the text of the currently selected node in the drop-down treeview.

Members

IncludeAllChildNodes

The display text will be a string comprising a SeperationCharacter separated list of the selected treeview node text and all of its child(s) text.

IncludeAllParentNodesInTheHierarchyPath

The displayed text will be a string comprising a SeperationCharacter separated list of the text of the currently selected node in the drop-down treeview, and will also include all parent node (and its parent) text as is in its hirarchy path.

OnlySelectedNode

The displayed text will be the text of the currently selected node in the drop-down treeview.