"dropIndicatorPosition"
This property could be queried in order to find out where the object was dropped. However, it only makes sense if showDropIndicator is set to TRUE.
Synopsis
shape.dropIndicatorPosition(string position);
Parameter
Parameter | Description |
---|---|
shape | Name of the object. |
position | Shows the position of the dropped object. |
Description
If the dropIndicatorPosition is queried, the position of the dropped object will be shown.
Possibilities:
OnViewport
OnItem
BelowItem
AboveItem
EXAMPLE
main()
{
DebugN(TREE1.dropIndicatorPosition);
}
Assignment
Tree widget