Contains all dialog styles.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax Members
| Member name | Value | Description |
---|
| MessageBox | 0 |
A box with a caption, text and one or two buttons.
|
| Input | 1 |
A box with a caption, text, an input box and one or two buttons.
|
| List | 2 |
A box with a caption, a bunch of selectable items and one or two buttons.
|
| Password | 3 |
A box with a caption, text, an password input box and one or two buttons.
|
| Tablist | 4 |
A box with a caption, a bunch of selectable rows which contain a number of columns and one or two buttons.
|
| TablistHeaders | 5 |
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