Sets the border color of the specified edge of the text block.
Original signature is '- (void)setBorderColor:(NSColor *)color forEdge:(NSRectEdge)edge'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual void SetBorderColorForEdge( NSColor color, NSRectEdge edge )
Public Overridable Sub SetBorderColorForEdge ( _ color As NSColor, _ edge As NSRectEdge _ )
public: virtual void SetBorderColorForEdge( NSColor^ color, NSRectEdge edge )

- color (NSColor)
- The new color.
- edge (NSRectEdge)
- The edge whose color is to be set.

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