C1.Win.C1FlexGrid Namespace / GridRendererOffice2007 Class / TracksMouse Property

In This Topic
TracksMouse Property (GridRendererOffice2007)
In This Topic
Gets a value that determines whether this renderer renders hot cells differently than normal cells.
Syntax
'Declaration
 
Public Overrides ReadOnly Property TracksMouse As Boolean
 
Remarks
Hot cells are cells currently under the mouse. If a renderer tracks the mouse, then it will be called as the mouse moves over the grid.
See Also