abstract public StackDropResult | dragOver(Control currentControl, Point location, int initialTab) Returns the StackDropResult for the location being dragged over.
Parameters: currentControl - control being dragged over Parameters: location - mouse position (display coordinates) Parameters: initialTab - the index of the tab in this stack being dragged, or -1 if dragging a tab from another stack. |