public enum ENMessageBoxButtons : System.Enum
public enum ENMessageBoxButtons : System.Enum
Member | Description |
---|---|
AbortRetryIgnore | The message box contains Abort, Retry, and Ignore buttons. |
OK | The message box contains an OK button. |
OKCancel | The message box contains OK and Cancel buttons. |
RetryCancel | The message box contains Retry and Cancel buttons. |
YesNo | The message box contains Yes and No buttons. |
YesNoCancel | The message box contains Yes, No, and Cancel buttons. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENMessageBoxButtons
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)