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
Multiline
Controls whether the text can span more than one line.
public bool Multiline { get; set; }
  Property Value
TextBox
public HintTextBox TextBox { get; }
  Property Value
Methods
Refresh()
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
public override void Refresh()