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

セルのスコープ。値はCellScope.RowCellScope.ColumnHeaderCellScope.ColumnFooterのいずれかです。
現在のセルのオーナーSectionのインデックス。
Section内でのセルのインデックス。
セルの名前。
ユーザーが押したキーに対応するASCII文字。
CellKeyPressEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal scope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal keyChar As Char _
)
public CellKeyPressEventArgs( 
   CellScope scope,
   int sectionIndex,
   int cellIndex,
   string cellName,
   char keyChar
)

パラメータ

scope
セルのスコープ。値はCellScope.RowCellScope.ColumnHeaderCellScope.ColumnFooterのいずれかです。
sectionIndex
現在のセルのオーナーSectionのインデックス。
cellIndex
Section内でのセルのインデックス。
cellName
セルの名前。
keyChar
ユーザーが押したキーに対応するASCII文字。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.