PowerTools SPREAD for Windows Forms 8.0J
Undo メソッド (RowResizeUndoAction)


アクションが発生したオブジェクト
行サイズ変更アクションを取り消します。
構文
'Declaration
 
Public Overrides Function Undo( _
   ByVal sender As Object _
) As Boolean
'使用法
 
Dim instance As RowResizeUndoAction
Dim sender As Object
Dim value As Boolean
 
value = instance.Undo(sender)
public override bool Undo( 
   object sender
)

パラメータ

sender
アクションが発生したオブジェクト

戻り値の型

ブール値。成功した場合は true。それ以外の場合は false。
解説
送信者が SpreadView オブジェクトの場合は、これを使用して操作中にイベントが呼び出されます。
参照

RowResizeUndoAction クラス
RowResizeUndoAction メンバ

 

 


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