HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › CellInfoCheckStatus

CellInfoCheckStatus

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

Lists the possible states of checkbox/radio button rendering for a given cell in the current instance of the BinaryTreeListViewNode object.

public enum CellInfoCheckStatus

Members at a glance

CheckBoxCheckedNormalThe treelist cell in the given node is set to render a checkbox object with its checked state set to true.
CheckBoxUncheckedNormalThe treelist cell in the given node is set to render a checkbox object with its checked state set to false.
NoneThe treelist cell in not enabled with rendering a checkbox or a radio button. In this state, the node will render an image for its cell, if an image is set for this node / cell.
RadioButtonCheckedNormalThe treelist cell in the given node is set to render a radio button object with its checked state set to true.
RadioButtonUncheckedNormalThe treelist cell in the given node is set to render a radio button object with its checked state set to false.

Members

CheckBoxCheckedNormal

The treelist cell in the given node is set to render a checkbox object with its checked state set to true.

CheckBoxUncheckedNormal

The treelist cell in the given node is set to render a checkbox object with its checked state set to false.

None

The treelist cell in not enabled with rendering a checkbox or a radio button. In this state, the node will render an image for its cell, if an image is set for this node / cell.

RadioButtonCheckedNormal

The treelist cell in the given node is set to render a radio button object with its checked state set to true.

RadioButtonUncheckedNormal

The treelist cell in the given node is set to render a radio button object with its checked state set to false.