PowerTools SPREAD for Windows Forms 8.0J
DragMoveEventArgs コンストラクタ(SpreadView,Int32,Boolean,Boolean)


SpreadViewビュー
ドラッグの列または行インデックス
モデルの内容を、インデックスを再マッピングせずに移動するかどうか
ドラッグ操作をキャンセルするかどうか。
DragMove イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal index As Integer, _
   ByVal moveContent As Boolean, _
   ByVal cancel As Boolean _
)
'使用法
 
Dim view As SpreadView
Dim index As Integer
Dim moveContent As Boolean
Dim cancel As Boolean
 
Dim instance As New DragMoveEventArgs(view, index, moveContent, cancel)
public DragMoveEventArgs( 
   SpreadView view,
   int index,
   bool moveContent,
   bool cancel
)

パラメータ

view
SpreadViewビュー
index
ドラッグの列または行インデックス
moveContent
モデルの内容を、インデックスを再マッピングせずに移動するかどうか
cancel
ドラッグ操作をキャンセルするかどうか。
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.