IsDroppable
TheIsDroppablemethod returns a Boolean value that indicates whether this frame's part accepts drag-and-drop events in this frame.
ODBoolean IsDroppable ();
- return value
kODTrueif this frame's part accepts drag-and-drop events in this frame, otherwisekODFalse.DISCUSSION
OpenDoc calls this method before calling your part'sDragEntermethod to ensure that your part's display frame is able to receive a drop.SEE ALSO
TheODFrame::IsDraggingmethod (page 326).
TheODFrame::SetDraggingmethod (page 333).
TheODFrame::SetDroppablemethod (page 334).
"Droppable Frames" on page 359 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help