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


送信元。
アクションをアンドゥします。
構文
'Declaration
 
Public Overrides Function Undo( _
   ByVal sender As Object _
) As Boolean
'使用法
 
Dim instance As MoveResizeUndoAction
Dim sender As Object
Dim value As Boolean
 
value = instance.Undo(sender)
public override bool Undo( 
   object sender
)

パラメータ

sender
送信元。

戻り値の型

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

MoveResizeUndoAction クラス
MoveResizeUndoAction メンバ

 

 


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