Search Results for

    Show / Hide Table of Contents

    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

    The text box.

    Declaration
    public readonly TextBox TextBox
    Field Value
    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

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    FlaxEditor.CustomEditors.LayoutElement
    In This Article
    • Constructors
      • TextBoxElement(Boolean)
    • Fields
      • TextBox
    • Properties
      • Control
      • Text
    • Extension Methods
    • See Also
    Back to top Copyright © 2012-2024 Wojciech Figat