Search Results for

    Show / Hide Table of Contents

    Class ComboBoxElement

    The combobox element.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.LayoutElement
    ComboBoxElement
    Namespace: FlaxEditor.CustomEditors.Elements
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class ComboBoxElement : LayoutElement

    Constructors

    ComboBoxElement()

    Initializes a new instance of the ComboBoxElement class.

    Declaration
    public ComboBoxElement()

    Fields

    ComboBox

    The combo box.

    Declaration
    public readonly ComboBox ComboBox
    Field Value
    FlaxEditor.GUI.ComboBox

    Properties

    Control

    Declaration
    public override Control Control { get; }
    Property Value
    Control

    Overrides
    FlaxEditor.CustomEditors.LayoutElement.Control

    Extension Methods

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

    See Also

    FlaxEditor.CustomEditors.LayoutElement
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat