Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / DesignMode Property


In This Topic
    DesignMode Property (SpreadChart)
    In This Topic
    Gets a value that indicates whether the System.ComponentModel.Component is currently in design mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DesignMode As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    value = instance.DesignMode
    public bool DesignMode {get;}

    Property Value

    true if the System.ComponentModel.Component is in design mode; otherwise, false.
    See Also