Overridden by subclasses to return YES if the receiver should be sent a mouseDown: message for an initial mouse-down event, NO if not.
Original signature is '- (BOOL)acceptsFirstMouse:(NSEvent *)theEvent'
Available in Mac OS X v10.0 and later.


- theEvent (NSEvent)
- The initial mouse-down event, which must be over the receiver in its window.

[Missing <returns> documentation for "M:Monobjc.AppKit.NSView.AcceptsFirstMouse(Monobjc.AppKit.NSEvent)"]

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