True DBGrid for WinForms
FetchCellTips イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : FetchCellTips イベント
Occurs when the grid needs to display CellTips.
シンタックス
'宣言
 
Public Event FetchCellTips As FetchCellTipsEventHandler
public event FetchCellTipsEventHandler FetchCellTips
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、FetchCellTipsEventArgs 型の引数を受け取りました。次の FetchCellTipsEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
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.  
参照