Search Results for

    Show / Hide Table of Contents

    Class DragDropEffect

    Data drag and drop effects.

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

    Fields

    Copy

    The copy.

    Declaration
    public const DragDropEffect Copy
    Field Value
    DragDropEffect

    Link

    The link.

    Declaration
    public const DragDropEffect Link
    Field Value
    DragDropEffect

    Move

    The move.

    Declaration
    public const DragDropEffect Move
    Field Value
    DragDropEffect

    None

    The none.

    Declaration
    public const DragDropEffect None
    Field Value
    DragDropEffect

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

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