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


In This Topic
    Action Class
    In This Topic
    Abstract class used to implemented actions. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class Action 
    'Usage
     
    
    Dim instance As Action
    public abstract class Action 
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.Action
          FarPoint.Win.Spread.UndoRedo.UndoAction

    See Also