Search Results for

    Show / Hide Table of Contents

    Class CursorType

    Types of default cursors.

    Inheritance
    System.Object
    CursorType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class CursorType : Enum

    Fields

    Cross

    The cross.

    Declaration
    public const CursorType Cross
    Field Value
    CursorType

    Default

    The default.

    Declaration
    public const CursorType Default
    Field Value
    CursorType

    Hand

    The hand.

    Declaration
    public const CursorType Hand
    Field Value
    CursorType

    Help

    The help icon

    Declaration
    public const CursorType Help
    Field Value
    CursorType

    Hidden

    The cursor is hidden.

    Declaration
    public const CursorType Hidden
    Field Value
    CursorType

    IBeam

    The I beam.

    Declaration
    public const CursorType IBeam
    Field Value
    CursorType

    MAX

    The count of items in the CursorType enum.

    Declaration
    public const CursorType MAX
    Field Value
    CursorType

    No

    The blocking image.

    Declaration
    public const CursorType No
    Field Value
    CursorType

    SizeAll

    The size all sides.

    Declaration
    public const CursorType SizeAll
    Field Value
    CursorType

    SizeNESW

    The size NE-SW.

    Declaration
    public const CursorType SizeNESW
    Field Value
    CursorType

    SizeNS

    The size NS.

    Declaration
    public const CursorType SizeNS
    Field Value
    CursorType

    SizeNWSE

    The size NW-SE.

    Declaration
    public const CursorType SizeNWSE
    Field Value
    CursorType

    SizeWE

    The size WE.

    Declaration
    public const CursorType SizeWE
    Field Value
    CursorType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Wait

    The wait.

    Declaration
    public const CursorType Wait
    Field Value
    CursorType

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat