Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / DeleteChildObjectUndoAction Class
Fields Methods


In This Topic
    DeleteChildObjectUndoAction Class Members
    In This Topic

    The following tables list the members exposed by DeleteChildObjectUndoAction.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldSpecifies the boundary of the child area  
    Protected FieldSpecifies the child to be deleted.  
    Protected FieldSpecifies the index of the child in its container before deleting.  
    Protected FieldSpecifies the sheet that contains the shape being deleted.  
    Protected FieldSpecifies the view that contains the sheet.  
    Top
    Public Methods
     NameDescription
    Public MethodClones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
    Public MethodPerforms the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
    Public MethodOverridden. Deletes the child.  
    Public MethodReturns a string that represents this object.  
    Public MethodOverridden. Undoes deletion of a child object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Saves the child object and its index (if it is a shape) before deletion.  
    Top
    See Also