Class TextBoxElement
The textbox element.
Inheritance
System.Object
FlaxEditor.CustomEditors.LayoutElement
TextBoxElement
Namespace: FlaxEditor.CustomEditors.Elements
Assembly: FlaxEngine.CSharp.dll
Syntax
public class TextBoxElement : LayoutElement
Constructors
TextBoxElement(Boolean)
Initializes a new instance of the TextBoxElement class.
Declaration
public TextBoxElement(bool isMultiline = false)
Parameters
System.Boolean
isMultiline
Enable/disable multiline text input support |
Fields
TextBox
Properties
Control
Declaration
public override Control Control { get; }
Property Value
Control
|
Overrides
FlaxEditor.CustomEditors.LayoutElement.Control
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Extension Methods
See Also
FlaxEditor.CustomEditors.LayoutElement