Enum DialogStyle
Contains all dialog styles.
public enum DialogStyle
Fields
Input = 1A box with a caption, text, an input box and one or two buttons.
List = 2A box with a caption, a bunch of selectable items and one or two buttons.
MessageBox = 0A box with a caption, text and one or two buttons.
Password = 3A box with a caption, text, a password input box and one or two buttons.
Tablist = 4A box with a caption, a bunch of selectable rows which contain a number of columns and one or two buttons.
TablistHeaders = 5A box with a caption, a bunch of selectable rows which contain a number of columns with a header and one or two buttons.