Click or drag to resize

MessageDialogButton2 Property

Gets or sets the text on the right button of this message dialog. If the value is null, the right button is hidden.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public string Button2 { get; set; }

Property Value

Type: String

Implements

IDialogButton2
See Also