MonobjcMonobjc Documented Class Library
ShouldDelayWindowOrderingForEvent Method (theEvent)
NamespacesMonobjc.AppKitNSViewShouldDelayWindowOrderingForEvent(NSEvent)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ShouldDelayWindowOrderingForEvent(
	NSEvent theEvent
)
Public Overridable Function ShouldDelayWindowOrderingForEvent ( _
	theEvent As NSEvent _
) As Boolean
public:
virtual bool ShouldDelayWindowOrderingForEvent(
	NSEvent^ theEvent
)
Parameters
theEvent (NSEvent)
An object representing an initial mouse-down event.
Return Value
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)