PowerTools MultiRow for Windows Forms 8.0J
CellToolTipTextNeededEventArgs コンストラクタ

セルの領域を表すCellScope値の1つ。
オーナーSectionのインデックスを表すSystem.Int32値。
Section内でのセルのインデックスを表すSystem.Int32値。
セルの名前を表すSystem.String値。
セルのツールチップテキストを指定するSystem.String値。
CellToolTipTextNeededEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal scope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal toolTipText As String _
)
public CellToolTipTextNeededEventArgs( 
   CellScope scope,
   int sectionIndex,
   int cellIndex,
   string cellName,
   string toolTipText
)

パラメータ

scope
セルの領域を表すCellScope値の1つ。
sectionIndex
オーナーSectionのインデックスを表すSystem.Int32値。
cellIndex
Section内でのセルのインデックスを表すSystem.Int32値。
cellName
セルの名前を表すSystem.String値。
toolTipText
セルのツールチップテキストを指定するSystem.String値。
参照

CellToolTipTextNeededEventArgs クラス
CellToolTipTextNeededEventArgs メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.