Enum MessageBoxMode
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Supported modes of displaying a message box
public enum MessageBoxMode
Fields
CloseOnly = 1Display a message box with only a Close button
FloatInput = 6Floating-point value required, blocking
IntInput = 5Integer value required, blocking
MultipleChoice = 4Multiple choices, blocking
NoButtons = 0Display a message box without any buttons
OkCancel = 3Display a message box with an Ok button that sends M292 P0 or a cancel button that sends M292 P1 when clicked, blocking
OkOnly = 2Display a message box with only an Ok button which is supposed to send M292 when pressed, blocking
StringInput = 7String value required, blocking