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


取り消すアクションの数。すべてのアクションを取り消す場合は -1
指定した数のアクションを取り消して、繰り返しリストに追加します。
構文
'Declaration
 
Public Overloads Function Undo( _
   ByVal count As Integer _
) As Boolean
'使用法
 
Dim instance As UndoManager
Dim count As Integer
Dim value As Boolean
 
value = instance.Undo(count)
public bool Undo( 
   int count
)

パラメータ

count
取り消すアクションの数。すべてのアクションを取り消す場合は -1

戻り値の型

Boolean:成功した場合は True、それ以外の場合は False
参照

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

 

 


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