DropTargetPopup Show Method (DragEventArgs) TIBCO Spotfire 6.0 API Reference
Shows the drop target popup centered in its owning control.

Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Show(
	DragEventArgs e
)

Parameters

e
Type: System.Windows.Forms DragEventArgs
Drag event argument used to initialize the drop targets.
Remarks

This method can be called multiple times, even if the drop target popup is already visible. Typically this method is called from the OnDragEnter(DragEventArgs) or OnDragOver(DragEventArgs) methods in the owning control.
See Also