Enum MessageBoxMode
Supported modes of displaying a message box
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public enum MessageBoxMode
Fields
Name | Description |
---|---|
CloseOnly | Display a message box with only a Close button |
FloatInput | Floating-point value required, blocking |
IntInput | Integer value required, blocking |
MultipleChoice | Multiple choices, blocking |
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, blocking |
OkOnly | Display a message box with only an Ok button which is supposed to send M292 when pressed, blocking |
StringInput | String value required, blocking |