Returns the receiver’s horizontal scroller, regardless of whether the receiver is currently displaying it, or nil if the receiver has none.
Original signature is '- (NSScroller *)horizontalScroller'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSScroller HorizontalScroller { get; set; }
Public Overridable Property HorizontalScroller As NSScroller Get Set
public: virtual property NSScroller^ HorizontalScroller { NSScroller^ get (); void set (NSScroller^ value); }

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