Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / IgnoreDestroyInDesignMode Property


In This Topic
    IgnoreDestroyInDesignMode Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IgnoreDestroyInDesignMode As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    instance.IgnoreDestroyInDesignMode = value
     
    value = instance.IgnoreDestroyInDesignMode
    public bool IgnoreDestroyInDesignMode {get; set;}
    See Also