HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewCellClickedArea

BinaryTreeListViewCellClickedArea

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

Lists the vpossible values that will be used to indicate which area of the tree cell BinaryTreeListViewCell was clicked.

public enum BinaryTreeListViewCellClickedArea

Members at a glance

CellTextIndicates that the user clicked on the cell's text area.
CheckBoxOrRadioButtonIndicates that the user clicked on the radiobutton / checkbox area
ExpandCollapseIndicates that the user clicked on the expand / collapse area of the cell/node.
ImageIndicates that the user clicked on the image area in the cell / node.
NoneClick was outside the cell area.

Members

CellText

Indicates that the user clicked on the cell's text area.

CheckBoxOrRadioButton

Indicates that the user clicked on the radiobutton / checkbox area

ExpandCollapse

Indicates that the user clicked on the expand / collapse area of the cell/node.

Image

Indicates that the user clicked on the image area in the cell / node.

None

Click was outside the cell area.