Spread Windows Forms 12.0 Product Documentation
UndoAction Class
Members 


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : UndoAction Class
Represents the actions in the component for which the user can perform an undo or redo. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
UndoAction Class
Syntax
'Declaration
 
Public MustInherit Class UndoAction 
   Inherits Action
'Usage
 
Dim instance As UndoAction
public abstract class UndoAction : Action 
Inheritance Hierarchy

System.Object
   FarPoint.Win.Chart.Action
      FarPoint.Win.Chart.UndoAction
         FarPoint.Win.Chart.ClipboardPasteUndoAction
         FarPoint.Win.Chart.DeleteUndoAction
         FarPoint.Win.Chart.MoveResizeUndoAction

See Also

Reference

UndoAction Members
FarPoint.Win.Chart Namespace