Table of Contents

Interface IDialog

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

Provides the functionality of a dialog definition.

public interface IDialog

Properties

Button1

Gets the text on the left button.

string? Button1 { get; }

Property Value

string

Button2

Gets the text on the right button.

string? Button2 { get; }

Property Value

string

Caption

Gets the caption of the dialog.

string? Caption { get; }

Property Value

string

Content

Gets the content of the dialog.

string? Content { get; }

Property Value

string

Style

Gets the dialog style.

DialogStyle Style { get; }

Property Value

DialogStyle