Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This property works only if the ItemDroppable property value is set to "Default".

For more information on using conditions, see the Conditions tutorial in the Using SRP OLE Tree section.

There are other properties, methods, and events necessary to implement a complete drag and drop solution. See Drag and Drop for more details.

Example

Code Block
// Allow the user to drop only onto items at the root level 
Set_Property(@Window:".OLE_TREE", "OLE.DropCondition", "Level EQ 1")

See Also

ItemDroppableDragConditionDropBehaviorDropSourcesAutoDrop