Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / DesignEdit Property

In This Topic
    DesignEdit Property
    In This Topic
    Gets or sets whether the editor is in Design or Preview mode. True if the editor content can be edited.
    Syntax
    'Declaration
     
    Public Property DesignEdit As System.Boolean
    public System.bool DesignEdit {get; set;}
    See Also