TablistDialog Constructor (String, String, String, String, String, String) |
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic TablistDialog(
string caption,
string button1,
string button2,
string columnHeader1,
string columnHeader2,
string columnHeader3
)
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. - columnHeader1
- Type: SystemString
The first column header. - columnHeader2
- Type: SystemString
The second column header. - columnHeader3
- Type: SystemString
The third column header.
See Also