Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / BeforeModeChangeEventArgs Class / NewMode Property

In This Topic
    NewMode Property
    In This Topic
    Gets or sets a new editing mode. Choose from Design, Source, or Preview modes.
    Syntax
    'Declaration
     
    Public Property NewMode As EditorMode
    public EditorMode NewMode {get; set;}
    See Also