C1.Win.List.ListBase Namespace / C1ListBase Class / FetchCellTips Event

FetchCellTips Event (C1ListBase)
Fires when the control has focus and the cursor is idle for a small amount of time (defined by the CellTipsDelay property) over a data cell, column header, column footer, split header or control caption bar.
Syntax
'Declaration
 
Public Event FetchCellTips As FetchCellTipsEventHandler
 
Event Data

The event handler receives an argument of type FetchCellTipsEventArgs containing data related to this event. The following FetchCellTipsEventArgs properties provide information specific to this event.

PropertyDescription
The text to be displayed in the cell tip.  
Indicates the position in the DisplayColumns collection.  
Indicates if the contents of the cell is fully displayed.  
The index of the row for the cell tip.  
Indicates the position of the Split in the Splits collection.  
The Style used to render the cell tip.  
See Also