Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardPasteUndoAction Class
Members


In This Topic
    ClipboardPasteUndoAction Class
    In This Topic
    Represents an undo action for pasting an object from clipboard. Object could be a label area, legend area, plot area or series info.
    Syntax
    'Declaration
     
    
    Public Class ClipboardPasteUndoAction 
       Inherits UndoAction
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    public class ClipboardPasteUndoAction : UndoAction 
    Inheritance Hierarchy

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

    See Also