True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / FetchCellTips Event

In This Topic
    FetchCellTips Event (C1TrueDBGrid)
    In This Topic
    Occurs when the grid needs to display CellTips.
    Syntax
    'Declaration
     
    Public Event FetchCellTips As FetchCellTipsEventHandler
    public event FetchCellTipsEventHandler FetchCellTips
    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.  
    The C1DisplayColumn that this tip is associated with.  
    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