Search Results for

    Show / Hide Table of Contents

    Class CheckBoxElement

    The checkbox element.

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

    Constructors

    CheckBoxElement()

    Initializes a new instance of the CheckBoxElement class.

    Declaration
    public CheckBoxElement()

    Fields

    CheckBox

    The check box.

    Declaration
    public readonly CheckBox CheckBox
    Field Value
    CheckBox

    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