Table of Contents

Class NuiButtonSelect

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A clickable button with text as the label.
Same as NuiButton, but this one is a toggle.

public sealed class NuiButtonSelect : NuiWidget
Inheritance
NuiButtonSelect
Inherited Members
Extension Methods

Constructors

NuiButtonSelect(NuiProperty<string>, NuiProperty<bool>)

A clickable button with text as the label.
Same as NuiButton, but this one is a toggle.

Properties

Label

Gets or sets the button label text.

Selected

Gets or sets whether this toggle button is selected.

Type

Gets the NUI widget type identifier for this element.