Tree.dropModeFlags

The drop mode as an OR combination of flags. See DROP_MODE_* constants. Once dropping is done, reverts to DROP_MODE_DISABLED. Setting this during Control.canDropData is recommended.

  1. long dropModeFlags [@property getter]
  2. long dropModeFlags [@property setter]
    struct Tree
    @nogc nothrow @property
    void
    dropModeFlags
    (
    long v
    )

Meta