Returns the part that would be hit by a mouse-down event at aPoint (expressed in the window’s coordinate system).
Original signature is '- (NSScrollerPart)testPart:(NSPoint)aPoint'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSScrollerPart TestPart( NSPoint aPoint )
Public Overridable Function TestPart ( _ aPoint As NSPoint _ ) As NSScrollerPart
public: virtual NSScrollerPart TestPart( NSPoint aPoint )

- aPoint (NSPoint)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSScroller.TestPart(Monobjc.Foundation.NSPoint)"]

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