'Declaration Protected Overloads Function Redo( _ ByVal count As Integer _ ) As Boolean
'Declaration
Protected Overloads Function Redo( _ ByVal count As Integer _ ) As Boolean
'使用法 Dim instance As UndoRedoManager Dim count As Integer Dim value As Boolean value = instance.Redo(count)
'使用法
Dim instance As UndoRedoManager Dim count As Integer Dim value As Boolean value = instance.Redo(count)
protected bool Redo( int count )
UndoRedoManager クラス UndoRedoManager メンバ オーバーロード一覧
© 2004-2018, GrapeCity Inc. All rights reserved.