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

C# | Visual Basic | Visual C++ |
public virtual NSRulerView HorizontalRulerView { get; set; }
Public Overridable Property HorizontalRulerView As NSRulerView Get Set
public: virtual property NSRulerView^ HorizontalRulerView { NSRulerView^ get (); void set (NSRulerView^ 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)