FlexPivot for WinForms
ToolTipEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ToolTipEventArgs クラス : ToolTipEventArgs コンストラクタ
Index of the row that caused the event.
Index of the column that caused the event.
Text to display in the ToolTip
Initializes a new instance of the ToolTipEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal toolTipText As System.String _
)
public ToolTipEventArgs( 
   System.int row,
   System.int col,
   System.string toolTipText
)

パラメータ

row
Index of the row that caused the event.
col
Index of the column that caused the event.
toolTipText
Text to display in the ToolTip
参照

ToolTipEventArgs クラス
ToolTipEventArgs メンバ