PowerTools SPREAD for Windows Forms 8.0J
PerformUndoAction メソッド (UndoAction)


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

パラメータ

sender
送信元。

戻り値の型

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

UndoAction クラス
UndoAction メンバ

 

 


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