- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODFrame
IsDragging
The IsDragging method returns a Boolean value that indicates whether this frame is currently being dragged.
ODBoolean IsDragging ();
- return value
-
kODTrue if this frame is currently being dragged, otherwise kODFalse.
DISCUSSION
OpenDoc calls this method to determine whether parts can be dropped onto this frame.
SEE ALSO
The ODFrame::IsDroppable method (page 327).
The ODFrame::SetDragging method (page 333).
The ODFrame::SetDroppable method (page 334).
© Apple Computer, Inc.
17 JUL 1996