Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoAction Class
Members


In This Topic
    UndoAction Class
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public MustInherit Class UndoAction 
       Inherits Action
    'Usage
     
    
    Dim instance As UndoAction
    public abstract class UndoAction : Action 
    Inheritance Hierarchy
    See Also