Class MSWindow
Inheritance
System.Object
MSWindow
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.Base.dll
Syntax
public class MSWindow : UI.BaseWindow
Constructors
| Improve this Doc View SourceMSWindow()
Constructor
Declaration
public MSWindow()
Properties
| Improve this Doc View SourceCloseWithEscape
If true, the Window is Closeable with Escape
Declaration
public bool CloseWithEscape { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WindowMode
Declaration
public WindowMode WindowMode { get; set; }
Property Value
Type | Description |
---|---|
WindowMode |
Methods
| Improve this Doc View SourceCallWindowCommand(WindowCommand)
Call a window command
Declaration
public void CallWindowCommand(WindowCommand Command)
Parameters
Type | Name | Description |
---|---|---|
WindowCommand | Command | Command |
Events
| Improve this Doc View SourceOnWindowCommandAction
Declaration
public event MSWindow.WindowCommandAction OnWindowCommandAction
Event Type
Type | Description |
---|---|
MSWindow.WindowCommandAction |