public enum ENMenuItemCloseOnClick : System.Enum
public enum ENMenuItemCloseOnClick : System.Enum
Member | Description |
---|---|
Automatic | Closes the owner menu with OK result if the item has no sub items. Otherwise does nothing. |
CloseCancel | Closes the owner menu with Cancel result, which closes only the owner menu, and selects the owner menu item (if any). |
CloseNone | Closes the owner menu with None result, which closes only the owner menu. |
CloseOK | Closes the owner menu with OK result, which subsequently closes the entire menu structure. |
Never | The menu item never closes. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENMenuItemCloseOnClick
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)