FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridRenderer Class / TracksMouse Property

In This Topic
    TracksMouse Property (C1FlexGridRenderer)
    In This Topic
    Gets a value that determines whether this renderer renders hot cells differently than normal cells.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property TracksMouse As Boolean
    public virtual bool TracksMouse {get;}
    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