Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Presentation.Commands.SystemCommands Class Reference

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...
 

Detailed Description

A static class containing system commands to control a window.

Definition at line 15 of file SystemCommands.cs.

Property Documentation

ICommand SiliconStudio.Presentation.Commands.SystemCommands.CloseWindowCommand
staticgetset

Gets a command that closes the window passed as parameter.

Definition at line 44 of file SystemCommands.cs.

ICommand SiliconStudio.Presentation.Commands.SystemCommands.MaximizeWindowCommand
staticgetset

Gets a command that maximizes the window passed as parameter.

Definition at line 34 of file SystemCommands.cs.

ICommand SiliconStudio.Presentation.Commands.SystemCommands.MinimizeWindowCommand
staticgetset

Gets a command that minimizes the window passed as parameter.

Definition at line 29 of file SystemCommands.cs.

ICommand SiliconStudio.Presentation.Commands.SystemCommands.RestoreWindowCommand
staticgetset

Gets a command that restores the window passed as parameter.

Definition at line 39 of file SystemCommands.cs.

ICommand SiliconStudio.Presentation.Commands.SystemCommands.ShowSystemMenuCommand
staticgetset

Gets a command that show the system menu of the window passed as parameter.

Definition at line 49 of file SystemCommands.cs.


The documentation for this class was generated from the following file: