HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

ItemClickAreaEnum Enumeration

Defines the area where a mouse click occurred.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum ItemClickAreaEnum;
Public Enum ItemClickAreaEnum

Values

NameDescription
EmptyAreaThe mouse click occurred in the empty area of the item area.
ExpandCollapseButtonThe mouse click occurred in an expand/collapse button.
ExpandCollapseButtonAllThe mouse click occurred in an expand/collapse button (requesting full expansion of all child items and their dependents).
RowHeaderThe mouse click occurred in a row header.
ItemThe mouse click occurred in an item (not in a cell).
HierarchyThe mouse click occurred in the hierarchy area.
ItemImageThe mouse click occurred on an item image.
CellSelThe mouse click occurred within the selectable area of a cell.
CellThe mouse click occurred within a cell.

Comments

Defines the area where a mouse click occurred.

See Also | Classes | SftTree/NET 3.0