Version

CellHotTracking Enumeration

Constants which identify whether a CellUIElement is currently exhibiting the hot tracking visual effect.
Syntax
'Declaration
 
Public Enum CellHotTracking 
   Inherits System.Enum
public enum CellHotTracking : System.Enum 
Members
MemberDescription
DirectlyThe cursor is currently positioned within the bounds of this cell.
IndirectlyThe cursor is not currently positioned within the bounds of this cell, but is positioned within the bounds of a cell in the same row or column, and the CellHotTrackingBehavior property for either the row or column resolves to 'AllCells'.
NoneThe cell is not currently exhibiting the hot tracking visual effect.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also