Table of Contents

Class ListDialogRow

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

Represents a row in a ListDialog.

public class ListDialogRow : IDialogRow
Inheritance
ListDialogRow
Implements
Inherited Members

Constructors

ListDialogRow(string)

Initializes a new instance of the ListDialogRow class.

public ListDialogRow(string text)

Parameters

text string

The text.

Properties

Tag

Gets or sets the tag. The tag can be used to associate data with this row which can be retrieved when the user responds to the dialog.

public object? Tag { get; set; }

Property Value

object

Text

Gets the text.

public string Text { get; }

Property Value

string