In This Article

CommandKeys.Window Class

Defines the keys for commands in the 'Window' category.

public static class CommandKeys.Window
Inheritance:
object object

Fields

Close

The key for a command that closes a window.

public const string Close = "Window.Close"

Maximize

The key for a command that maximizes a window.

public const string Maximize = "Window.Maximize"

Minimize

The key for a command that minimizes a window.

public const string Minimize = "Window.Minimize"

Move

The key for a command that moves a window.

public const string Move = "Window.Move"

Restore

The key for a command that restores a window.

public const string Restore = "Window.Restore"

Size

The key for a command that resizes a window.

public const string Size = "Window.Size"

Inherited Members