DragDropOptionsAutoHandleDragDrop Property |
Gets or sets a value indicating whether 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.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public bool AutoHandleDragDrop { get; set; }
Public Property AutoHandleDragDrop As Boolean
Get
Set
public:
property bool AutoHandleDragDrop {
bool get ();
void set (bool value);
}
member AutoHandleDragDrop : bool with get, set
Property Value
Type:
BooleanSee Also