Specifies whether the cell's is highlighted when the cursor mouse is over the cell.
Type | Description | |||
Item as Variant | A long expression that indicates the item's handle. | |||
ColIndex as Variant | A long expression that indicates the column's index, or a string expression that indicates the column's caption. | |||
Boolean | A boolean expression that indicates whether the cell is highlighted when the cursor is over the cell. |
Use the CellHyperLink property to add hyperlink cells to your list/tree. Use the HyperLinkClick event to notify your application when a hyperlink cell is clicked. Use the CellForeColor property to specify the cell's foreground color. Use the HyperLinkColor property to specify the hyperlink color. Use the <a> anchor elements to insert hyperlinks to any cell, bar or link.