TcxCustomGridCellViewInfo.IsHotTracked(Boolean) Method
Indicates if a cell is hot-tracked.
Declaration
function IsHotTracked(ACheckChildren: Boolean = True): Boolean; virtual;
Parameters
Name | Type |
---|---|
ACheckChildren | Boolean |
Returns
Type |
---|
Boolean |
Remarks
This function returns True for a hot-tracked cell. Otherwise, False is returned.
A cell is considered hot-tracked if any of the following conditions are met:
The cell supports hot-tracking and the mouse pointer hovers over it;
Any of the cell’s child cells or elements are hot-tracked if True is passed as the ACheckChildren parameter.
See Also