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 .bmp or .ppm files directly into the Map control.
By default the control is in automatic mode.