Search Results for

    Show / Hide Table of Contents

    Class CheckBoxState

    The checkbox control states.

    Inheritance
    System.Object
    CheckBoxState
    Namespace: FlaxEngine.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class CheckBoxState : Enum

    Fields

    Checked

    The checked state.

    Declaration
    public const CheckBoxState Checked
    Field Value
    CheckBoxState

    Default

    The default state.

    Declaration
    public const CheckBoxState Default
    Field Value
    CheckBoxState

    Intermediate

    The intermediate state.

    Declaration
    public const CheckBoxState Intermediate
    Field Value
    CheckBoxState

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • Checked
      • Default
      • Intermediate
      • value__
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat