How the control handles drop operations.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property OLEDropMode() As AgEOLEDropMode |
| [C#] |
|---|
public AgEOLEDropMode OLEDropMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEOLEDropMode get_OLEDropMode(); |
| [Unmanaged C++] |
|---|
public: HRESULT get_OLEDropMode( |
| [Java] |
|---|
public AgEOLEDropMode getOLEDropMode();public void setOLEDropMode( |
In automatic mode you can add imagery by dragging and dropping .txm or .pdttx files directly into the Globe control.
By default the control is in automatic mode.
