GrapeCity MultiRow Windows Forms Documentation
CellToolTipTextNeededEventArgs Class
Members 


Provides data for the GcMultiRow.CellToolTipTextNeeded event of a GcMultiRow control.
Syntax
Public Class CellToolTipTextNeededEventArgs 
   Inherits CellEventArgs
public class CellToolTipTextNeededEventArgs : CellEventArgs 
Remarks

This class is used to change the cell's tooltip text. When the mouse hovers over a cell, it gets its tooltip text. You can change the tooltip text using this class.

The GcMultiRow.CellToolTipTextNeeded event only fires when the GcMultiRow.VirtualMode property is true or the GcMultiRow.DataSource property is not a null reference (Nothing in Visual Basic).

Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.Win.MultiRow.CellEventArgs
         GrapeCity.Win.MultiRow.CellToolTipTextNeededEventArgs

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

CellToolTipTextNeededEventArgs Members
GrapeCity.Win.MultiRow Namespace
CellToolTipTextNeeded Event

 

 


Copyright © GrapeCity, inc. All rights reserved.