Search Results for

    Show / Hide Table of Contents

    Interface IMainWindow

    Simplic studio main window interface. Deriving from this interface allows multiple simplic studio main windows.

    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public interface IMainWindow

    Methods

    | Improve this Doc View Source

    Close()

    Close the main window

    Declaration
    void Close()
    | Improve this Doc View Source

    Show()

    Show main window

    Declaration
    void Show()
    | Improve this Doc View Source

    ShowDialog()

    Show main window as dialog

    Declaration
    bool? ShowDialog()
    Returns
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx