Table of Contents

Class LocalizableTextBox

Namespace
NanoByte.StructureEditor.WinForms
Assembly
NanoByte.StructureEditor.WinForms.dll

Exposes a LocalizableStringCollection as a text box with a drop-down box for language switching.

public class LocalizableTextBox : NodeEditorBase<LocalizableStringCollection>, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, INodeEditor<LocalizableStringCollection>, INodeEditor
Inheritance
LocalizableTextBox
Implements
Inherited Members

Constructors

LocalizableTextBox()

public LocalizableTextBox()

Properties

HintText

A text to be displayed in GrayText when the text box is empty.

public string HintText { get; set; }

Property Value

string

Multiline

Controls whether the text can span more than one line.

public bool Multiline { get; set; }

Property Value

bool

TextBox

public HintTextBox TextBox { get; }

Property Value

HintTextBox

Methods

Refresh()

Forces the control to invalidate its client area and immediately redraw itself and any child controls.

public override void Refresh()