Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / AllowUndo Property


In This Topic
    AllowUndo Property (FpChart)
    In This Topic
    Gets or sets a value indicating whether to allow undo and redo. If not enabled, no action will be added to undo list of the undo manager.
    Syntax
    'Declaration
     
    Public Property AllowUndo As Boolean
    'Usage
     
    Dim instance As FpChart
    Dim value As Boolean
     
    instance.AllowUndo = value
     
    value = instance.AllowUndo
    public bool AllowUndo {get; set;}
    See Also