Skip to content

MesWindow

Mark Kromis edited this page Oct 21, 2019 · 1 revision

What does it do

Sets up the initial window to make using multiple editors/documents easier to use.

Screenshot - Ribbon Demo

Supported Platforms

  • WPF (Framework)

Modules Used

Main Usage

Use this for the main window in the root of the project. This will tie into the appropriate themes and setup main window.

<mes:MesWindow
    ....
    x:Class="...MainWindow"
    xmlns:mes="clr-namespace:MinoriEditorShell.Platforms.Wpf.Views;assembly=MinoriEditorShell"
    ....>
    <Grid>
        
    </Grid>
</mes:MesRibbonWindow>

Set the code behind to use the same partial inherited class.

Clone this wiki locally