Click or drag to resize

DialogStyle Enumeration

Contains all dialog styles.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public enum DialogStyle
Members
  Member nameValueDescription
MessageBox0 A box with a caption, text and one or two buttons.
Input1 A box with a caption, text, an input box and one or two buttons.
List2 A box with a caption, a bunch of selectable items and one or two buttons.
Password3 A box with a caption, text, an password input box and one or two buttons.
Tablist4 A box with a caption, a bunch of selectable rows which contain a number of columns and one or two buttons.
TablistHeaders5 A box with a caption, a bunch of selectable rows which contain a number of columns with a header and one or two buttons.
See Also