Component that displays a popup with drop targets. It is typically used to configure visualization properties via drag and drop.
Inheritance Hierarchy
SystemMarshalByRefObject
System.ComponentModelComponent
Spotfire.Dxp.Forms.ComponentsDropTargetPopup
Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[DefaultEventAttribute("Popup")] public sealed class DropTargetPopup : Component
The DropTargetPopup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DropTargetPopup |
Initializes a new DropTargetPopup instance.
|
![]() | DropTargetPopup(IContainer) |
Initializes a new DropTargetPopup instance, and
adds it to the specified IContainer. |
Methods
Name | Description | |
---|---|---|
![]() | AddItem |
Adds a drop target to this popup.
|
![]() | ClearItems |
Removes all drop targets from this popup.
|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Hide |
Hides the popup.
|
![]() | Initialize |
Initalizes this component.
|
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | Show(DragEventArgs) |
Shows the drop target popup centered in its owning control.
|
![]() | Show(DragEventArgs, Rectangle) |
Shows the drop target popup centered in a rectangle.
|
Properties
Name | Description | |
---|---|---|
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
Events
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | Popup |
Occurs when the popup is initially shown.
|
Version Information
See Also