Enum MessageBoxMode
Supported modes of displaying a message box
Namespace: DuetAPI.Machine
Assembly: DuetAPI.dll
Syntax
public enum MessageBoxMode
Fields
| Name | Description |
|---|---|
| CloseOnly | Display a message box with only a Close button |
| NoButtons | Display a message box without any buttons |
| OkCancel | Display a message box with an Ok button that sends M292 P0 or a cancel button that sends M292 P1 when clicked |
| OkOnly | Display a message box with only an Ok button which is supposed to send M292 when pressed |