DropTargetPopupItem Class TIBCO Spotfire 7.12 API Reference
Represents a drop target in a DropTargetPopup.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Forms.ComponentsDropTargetPopupItem

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#
public sealed class DropTargetPopupItem

The DropTargetPopupItem type exposes the following members.

Constructors

  NameDescription
Public methodDropTargetPopupItem
Creates a new DropTargetPopupItem instance.
Top
Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this drop target is enabled. Default value is true.
Public propertyImage
Gets the image for this drop target.
Public propertyTag
Gets or sets a tag object. Default value is null.
Public propertyVisible
Gets or sets a value indicating whether this drop target should be shown or not. Default value is true.
Top
Events

  NameDescription
Public eventDragDrop
Event raised when user performs a drop on this drop target.
Public eventDragOver
Event raised when user drags over this drop target.
Public eventPopup
Event raised before the popup is shown. Used to enable/disable or show/hide this drop target.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference