MonobjcMonobjc Documented Class Library
TestPart Method (aPoint)
NamespacesMonobjc.AppKitNSScrollerTestPart(NSPoint)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSScrollerPart TestPart(
	NSPoint aPoint
)
Public Overridable Function TestPart ( _
	aPoint As NSPoint _
) As NSScrollerPart
public:
virtual NSScrollerPart TestPart(
	NSPoint aPoint
)
Parameters
aPoint (NSPoint)
MISSING
Return Value

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

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)