TablistDialog Constructor (String, String, String, Int32) |
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public TablistDialog(
string caption,
string button1,
string button2,
int columnCount
)
Parameters
- caption
- Type: SystemString
The caption. - button1
- Type: SystemString
The text on the left button. - button2
- Type: SystemString
The text on the right button. If the value is null, the right button is hidden. - columnCount
- Type: SystemInt32
The number of columns in this dialog.
See Also