STK X Send comments on this topic.
OLEDropMode Property (AgUiAx2DCntrl)
See Also 





Description

How the control handles drop operations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OLEDropMode() As AgEOLEDropMode

[C#]
public AgEOLEDropMode OLEDropMode {get; set;}

[Managed C++]
public: __property AgEOLEDropMode get_OLEDropMode();
public: __property void set_OLEDropMode(
AgEOLEDropMode
);

[Unmanaged C++]
public: HRESULT get_OLEDropMode(
AgEOLEDropMode * pRetVal
);
public: HRESULT put_OLEDropMode(
AgEOLEDropMode NewOLEDropMode
);

[Java]
public AgEOLEDropMode getOLEDropMode();public void setOLEDropMode(
AgEOLEDropMode
);

Remarks

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1