Table of Contents

Enum DialogStyle

Namespace
SampSharp.Entities.SAMP
Assembly
SampSharp.OpenMp.Entities.dll

Contains all dialog styles.

public enum DialogStyle

Fields

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.

MessageBox = 0

A box with a caption, text and one or two buttons.

Password = 3

A box with a caption, text, a 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.