Returns the rectangle occupied by aPart, which for this method is interpreted literally rather than as an indicator of scrolling direction.
Original signature is '- (NSRect)rectForPart:(NSScrollerPart)aPart'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSRect RectForPart( NSScrollerPart aPart )
Public Overridable Function RectForPart ( _ aPart As NSScrollerPart _ ) As NSRect
public: virtual NSRect RectForPart( NSScrollerPart aPart )

- aPart (NSScrollerPart)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSScroller.RectForPart(Monobjc.AppKit.NSScrollerPart)"]

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