DropTargetPopupItem Class

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class DropTargetPopupItem

The DropTargetPopupItem type exposes the following members.

Constructors

  NameDescription
Public methodDropTargetPopupItem
Creates a new DropTargetPopupItem instance.
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
Methods

  NameDescription
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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: 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