![]() |
Paradox Game Engine
v1.0.0 beta06
|
A static class containing system commands to control a window. More...
Properties | |
static ICommand | MinimizeWindowCommand [get, set] |
Gets a command that minimizes the window passed as parameter. More... | |
static ICommand | MaximizeWindowCommand [get, set] |
Gets a command that maximizes the window passed as parameter. More... | |
static ICommand | RestoreWindowCommand [get, set] |
Gets a command that restores the window passed as parameter. More... | |
static ICommand | CloseWindowCommand [get, set] |
Gets a command that closes the window passed as parameter. More... | |
static ICommand | ShowSystemMenuCommand [get, set] |
Gets a command that show the system menu of the window passed as parameter. More... | |
A static class containing system commands to control a window.
Definition at line 15 of file SystemCommands.cs.
|
staticgetset |
Gets a command that closes the window passed as parameter.
Definition at line 44 of file SystemCommands.cs.
|
staticgetset |
Gets a command that maximizes the window passed as parameter.
Definition at line 34 of file SystemCommands.cs.
|
staticgetset |
Gets a command that minimizes the window passed as parameter.
Definition at line 29 of file SystemCommands.cs.
|
staticgetset |
Gets a command that restores the window passed as parameter.
Definition at line 39 of file SystemCommands.cs.
|
staticgetset |
Gets a command that show the system menu of the window passed as parameter.
Definition at line 49 of file SystemCommands.cs.