STK XSend comments on this topic.
OLEDragDrop Method (IAgUiAxStockRawEvents)
See Also
Data
Effect
Button
Shift
X
Y
Windows





Windows & Linux

Description

Fired when a source component is dropped onto the control

Syntax

[Visual Basic .NET]
Public Sub OLEDragDrop( _
    ByVal Data As AgDataObject, _
    ByVal Effect As Integer, _
    ByVal Button As short, _
    ByVal Shift As short, _
    ByVal X As Integer, _
    ByVal Y As Integer _
)
[C#]
public void OLEDragDrop(
    AgDataObject Data,
    int Effect,
    short Button,
    short Shift,
    int X,
    int Y
);
[Managed C++]
public: void OLEDragDrop(
    AgDataObject ^ Data,
    int Effect,
    short Button,
    short Shift,
    int X,
    int Y
);
[Unmanaged C++]
public: HRESULT OLEDragDrop(
    AgDataObject * Data,
    long Effect,
    short Button,
    short Shift,
    long X,
    long Y
);
[Java]
public void oLEDragDrop(
    AgDataObject Data,
    int Effect,
    short Button,
    short Shift,
    int X,
    int Y
);
[Python - STK API ]
def OLEDragDrop(self, Data:"AgDataObject", Effect:int, Button:short, Shift:short, X:int, Y:int) -> None:

Parameters

Data
Effect
Button
Shift
X
Y

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.