Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / IsEditMode Property

In This Topic
    IsEditMode Property
    In This Topic
    If True, the dialog is in editing mode; otherwise, the dialog is in creating new object mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEditMode As System.Boolean
    public System.bool IsEditMode {get;}
    See Also