PowerTools MultiRow for Windows Forms 8.0J
CellKeyPressEventArgs コンストラクタ(Int32,Int32,String,Char)

このセルのオーナーRowのインデックス。
Section内でのセルのインデックス。
セルの名前。
ユーザーが押したキーに対応するASCII文字。
CellKeyPressEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal keyChar As Char _
)
public CellKeyPressEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   char keyChar
)

パラメータ

rowIndex
このセルのオーナーRowのインデックス。
cellIndex
Section内でのセルのインデックス。
cellName
セルの名前。
keyChar
ユーザーが押したキーに対応するASCII文字。
参照

CellKeyPressEventArgs クラス
CellKeyPressEventArgs メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.