DropTargetPopup Class

Spotfire 14.3 API Reference
Component that displays a popup with drop targets. It is typically used to configure visualization properties via drag and drop.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      Spotfire.Dxp.Forms.ComponentsDropTargetPopup

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

C#
[DefaultEventAttribute("Popup")]
public sealed class DropTargetPopup : Component

The DropTargetPopup type exposes the following members.

Constructors

  NameDescription
Public methodDropTargetPopup
Initializes a new DropTargetPopup instance.
Public methodDropTargetPopup(IContainer)
Initializes a new DropTargetPopup instance, and adds it to the specified IContainer.
Top
Methods

  NameDescription
Public methodAddItem
Adds a drop target to this popup.
Public methodClearItems
Removes all drop targets from this popup.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHide
Hides the popup.
Public methodInitialize
Initalizes this component.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodShow(DragEventArgs)
Shows the drop target popup centered in its owning control.
Public methodShow(DragEventArgs, Rectangle)
Shows the drop target popup centered in a rectangle.
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
Events

  NameDescription
Public eventPopup
Occurs when the popup is initially shown.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference