Search Results for

    Show / Hide Table of Contents

    Class MSWindow

    Inheritance
    System.Object
    MSWindow
    Window_Register
    Window_CreateEditConnection
    Window_SelectConnection
    AsyncGridItemBox
    GridColumnListWindow
    Window_SqlEditorDialog
    StackInstanceSettingsWindow
    NotificationWindow
    ExportDialog
    Window_Explorer
    SynchronItemBox
    Window_InputDialog
    Window_TypedInputDialog
    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class MSWindow : UI.BaseWindow

    Constructors

    | Improve this Doc View Source

    MSWindow()

    Constructor

    Declaration
    public MSWindow()

    Properties

    | Improve this Doc View Source

    CloseWithEscape

    If true, the Window is Closeable with Escape

    Declaration
    public bool CloseWithEscape { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    WindowMode

    Declaration
    public WindowMode WindowMode { get; set; }
    Property Value
    Type Description
    WindowMode

    Methods

    | Improve this Doc View Source

    CallWindowCommand(WindowCommand)

    Call a window command

    Declaration
    public void CallWindowCommand(WindowCommand Command)
    Parameters
    Type Name Description
    WindowCommand Command

    Command

    Events

    | Improve this Doc View Source

    OnWindowCommandAction

    Declaration
    public event MSWindow.WindowCommandAction OnWindowCommandAction
    Event Type
    Type Description
    MSWindow.WindowCommandAction
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx