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


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

パラメータ

count
繰り返すアクションの数。保留中のアクションをすべて繰り返す場合は -1

戻り値の型

成功した場合は True
参照

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

 

 


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