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]
    struct Tree
    @nogc nothrow @property
    long
    dropModeFlags
    ()
  2. long dropModeFlags [@property setter]

Meta