Spread Windows Forms 6.0 Product Documentation
PerformUndoAction Method
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > UndoRedoManager Class : PerformUndoAction Method


action
UndoAction

Glossary Item Box

Performs the specified action (it can then be undone with Undo).

Syntax

Visual Basic (Declaration) 
Public Function PerformUndoAction( _
   ByVal action As UndoAction _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UndoRedoManager
Dim action As UndoAction
Dim value As Boolean
 
value = instance.PerformUndoAction(action)
C# 
public bool PerformUndoAction( 
   UndoAction action
)

Parameters

action
UndoAction

Return Value

Boolean: true if successful; false otherwise

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.