Tree.dropModeFlags

The drop mode as an OR combination of flags. See dropmodeflags constants. Once dropping is done, reverts to constant DROP_MODE_DISABLED. Setting this during Control.canDropData is recommended. This controls the drop sections, i.e. the decision and drawing of possible drop locations based on the mouse position.

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

Meta