Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Util.Forms.DlgType

Summary

Selects the type of dialog for DlgMessage to show. This specifies the sound and, unless explicitly overridden, the image and caption used to show the dialog.

Enum values

4 Displays a custom dialog. Custom defaults to no sound, no default image, and the caption defaults to the application name (all are overridable). Doesn't fully work, bug 15.
3Displays an error dialog.
0Displays an information dialog.
1Displays a question dialog.
2Displays a warning dialog.