Click or drag to resize

MessageDialog Constructor

Initializes a new instance of the MessageDialog class.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public MessageDialog(
	string caption,
	string content,
	string button1,
	string button2 = null
)

Parameters

caption
Type: SystemString
The caption.
content
Type: SystemString
The content.
button1
Type: SystemString
The text on the left button.
button2 (Optional)
Type: SystemString
The text on the right button. If the value is null, the right button is hidden.
See Also