Returns the color the receiver uses when drawing the selection highlight.
Original signature is '- (NSColor *)highlightColorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView'
Available in Mac OS X v10.1 and later.

Declaration Syntax
Public Overridable Function HighlightColorWithFrameInView ( _
cellFrame As NSRect, _
controlView As NSView _
) As NSColor
public:
virtual NSColor^ HighlightColorWithFrameInView(
NSRect cellFrame,
NSView^ controlView
)

Parameters
- cellFrame (NSRect)
- The bounding rectangle of the receiver.
- controlView (NSView)
- The control that manages the cell.

Return Value
The color the receiver uses when drawing the selection highlight.

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)