SetDragging
The SetDragging method specifies whether this frame is currently being dragged.
void SetDragging (in ODBoolean isDragging);
isDragging
- kODTrue if this frame is currently being dragged, otherwise
kODFalse.
DISCUSSION
Your part calls this method to indicate whether parts can be dropped onto this frame.
SEE ALSO
The ODFrame::IsDragging method (page 326).
The ODFrame::IsDroppable method (page 327).
The ODFrame::SetDroppable method (page 334).
"Initiating a Drag" on page 360 in OpenDoc Programmer's Guide.
"Completion of StartDrag" on page 368 in OpenDoc Programmer's Guide.