Table of Contents

Class NuiTextEdit

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

An editable text field. Can be optionally configured as multi-line.

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

Constructors

NuiTextEdit(NuiProperty<string>, NuiProperty<string>, ushort, bool)

An editable text field. Can be optionally configured as multi-line.

Properties

Label

Gets or sets the label text displayed above the field.

MaxLength

Gets or sets the maximum number of characters allowed.

MultiLine

Gets or sets whether the text field allows multiple lines.

Type

Gets the NUI widget type identifier for this element.

Value

Gets or sets the current text value.

WordWrap

Gets or sets whether long lines wrap to the next line.