GrapeCity SPREAD for Windows Forms 11.0J
PushUndo メソッド (UndoManager)


取り消しアクション
取り消しスタックをクリアする場合(アクションが実行される場合)は True、それ以外の場合(アクションが取り消される場合)は False
指定したアクションを取り消しスタックにプッシュします。
構文
'Declaration
 
Protected Sub PushUndo( _
   ByVal action As UndoAction, _
   ByVal clearRedo As Boolean _
) 
'使用法
 
Dim instance As UndoManager
Dim action As UndoAction
Dim clearRedo As Boolean
 
instance.PushUndo(action, clearRedo)
protected void PushUndo( 
   UndoAction action,
   bool clearRedo
)

パラメータ

action
取り消しアクション
clearRedo
取り消しスタックをクリアする場合(アクションが実行される場合)は True、それ以外の場合(アクションが取り消される場合)は False
参照

UndoManager クラス
UndoManager メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.