Click or drag to resize

DragDropOptions Class

Options for configuring automatic handling of supported files when they are dragged and dropped onto the Insight3D control. To disable automatic handling of dropped files, set the AutoHandleDragDrop property to . The DragDropHandled event is raised when a supported file was dropped and handled by the control.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.AdvancedDragDropOptions

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class DragDropOptions

The DragDropOptions type exposes the following members.

Properties
  NameDescription
Public propertyAutoHandleDragDrop
Gets or sets a value indicating whether or not drag and drop events will be handled by the Insight3D control to automatically add supported imagery and terrain files when they are dropped onto the control.
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.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventDragDropHandled
Raised when the data object associated with the corresponding drag event was handled by Insight3D.
Top
Remarks
Currently, only imagery and terrain file formats supported by GlobeImageOverlay and TerrainOverlay are handled. The imagery and terrain will automatically be added to the Scene.
See Also