constants HitTestInfoEnum
The HitTestInfoEnum expression defines the hit area within a cell. Use the ItemFromPoint property to determine the hit test code within the cell.

NameValueDescription
exHTCell0 In the cell's client area.
exHTExpandButton1 In the +/- button associated with a cell. The HasButtons property specifies whether the cell displays a +/- sign to let user expands the item.
exHTCellIndent2 In the indentation associated with a cell. The Indent property retrieves or sets the amount, in pixels, that child items are indented relative to their parent items.
exHTCellInside4 On the icon, picture, check or caption associated with a cell.
exHTCellCaption20 (HEXA 14) In the caption associated with a cell. The CellCaption property specifies the cell's caption.
exHTCellCheck36 (HEXA 24) In the check/radio button associated with a cell. The CellHasCheckBox or CellHasRadioButton property specifies whether the cell displays a checkbox or a radio button.
exHTCellIcon68 (HEXA 44) In first icon associated with a cell. The CellImage or CellImages property specifies the cell's icon displayed next to the cell's caption.
exHTCellPicture132 (HEXA 84). In a picture associated to a cell. Use the CellPicture property to assign a picture to a cell.
exHTCellCaptionIcon1044 (HEXA 414) In the icon's area inside the cell's caption. The <img> tag inserts an icon inside the cell's caption. The <img> tag is valid only if the CellCaptionFormat property exHTML.