Overridden by subclasses to allow the user to drag images from the receiver without its window moving forward and possibly obscuring the destination and without activating the application.
Original signature is '- (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent *)theEvent'
Available in Mac OS X v10.0 and later.


- theEvent (NSEvent)
- An object representing an initial mouse-down event.

If this method returns YES, the normal window-ordering and activation mechanism is delayed (not necessarily prevented) until the next mouse-up event. If it returns NO, then normal ordering and activation occur.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)