FlexGrid for WinForms
TracksMouse Property (C1FlexGridRenderer)



Gets a value that determines whether this renderer renders hot cells differently than normal cells.
Syntax
'Declaration
 
Public Overridable ReadOnly Property TracksMouse As Boolean
'Usage
 
Dim instance As C1FlexGridRenderer
Dim value As Boolean
 
value = instance.TracksMouse
public virtual bool TracksMouse {get;}
public:
virtual property bool TracksMouse {
   bool 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.
Requirements

Target Platforms: 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

Reference

C1FlexGridRenderer Class
C1FlexGridRenderer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback