WinForms › Tree List View › NodeControlType
NodeControlType
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls
Lists the possible types of node control rendering supported.
public enum NodeControlType
Members at a glance
CheckBox | Renders the node with a checkbox. |
Default | Renders the node with an image (as specified in the NodeImage property. |
RadioButton | Renders the node with a radiobutton. |
Members
CheckBox
Renders the node with a checkbox.
Default
Renders the node with an image (as specified in the NodeImage property.
RadioButton
Renders the node with a radiobutton.