MenuItem Enumeration

Specifies a menu-item type for the Type field.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MenuItem

Remarks

Members

Size 61,440 The default menu item that sizes the window.
Move 61,456 The default menu item that moves the window.
Minimize 61,472 The default menu item that minimizes the window.
Maximize 61,488 The default menu item that maximizes the window.
Close 61,536 The default menu item that closes the window.
Restore 61,728 The default menu item that restores the window to its normal position and size.

See Also