OLEDragCursor property (Main Control)
Builder Syntax |
L_HCURSOR OLEDragCursor; |
Delphi Syntax |
OLEDragCursor: L_HCURSOR; |
Overview |
Refer to Drag and Drop. |
Remarks
Gets or sets a custom mouse icon for the OLE drag-and-drop operation.
Set this property to use something other than the default drag-and-drop cursors.
To enable the use of custom drag-and-drop cursors, set the bUseDefaultCursor parameter to FALSE within the OnOLEGiveFeedback event. Otherwise, set the bUseDefaultCursor parameter to TRUE within the event.
See Also
Elements: |
EnableOLEDragMethod property, OnOLEStartDrag event, OnOLECompleteDrag event, OnOLEDragOver event, OnOLEGiveFeedback event |
Topics: |