DropTargetPopupShow Method (DragEventArgs) TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public void Show(
	DragEventArgs e
)

Parameters

e
Type: System.Windows.FormsDragEventArgs
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.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference