MenuItem Enumeration
Specifies a menu-item type for the
Type field.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration MenuItem
Dim instance As MenuItem
public enum class MenuItem
No code example is currently available or this language may not be supported.
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.
|