Table of Contents

Class NuiComboEntry

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A combo/list element for use in NuiCombo.

[JsonConverter(typeof(ObjectToArrayConverter<NuiComboEntry>))]
public sealed class NuiComboEntry
Inheritance
NuiComboEntry
Inherited Members
Extension Methods

Constructors

NuiComboEntry(string, int)

A combo/list element for use in NuiCombo.

Properties

Label

Gets or sets the display label for this entry.

Value

Gets or sets the value associated with this entry.