AppWindow.OLEDragOver Method | |
Called whenever the mouse moves within the window's client area during a drag and drop operation.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD OLEDragOver(
oOleDragEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual OLEDragOver(
Usual oOleDragEvent = default
)
Request Example
View SourceParameters
- oOleDragEvent (Optional)
- Type: Usual
The specified OLEDragEvent object.
Return Value
Type:
UsualRemarks See Also