OLEGiveFeedback Event
Description
Occurs after every OLEDragOver event. OLEGiveFeedback allows the source control to provide visual feedback to the user, such as changing the mouse cursor to indicate what will happen if the user drops the object, or providing visual feedback on the selection (in the source component) to indicate what will happen.
Syntax
Public Event OLEGiveFeedback( _
ByRef Effect As Long, _
ByRef DefaultCursors As Boolean _
)
Parameters
- Effect: A long integer set by the target component identifying the action that has been performed (if any), thus allowing the source to take appropriate action if the component was moved (such as the source deleting the data).
- DefaultCursors: Determines whether to use the default mouse cursor provided by the component, or to use a user-defined mouse cursor.
See Also

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.