The following constants specify the selection highlight styles. These constants are used by selectionHighlightStyle and setSelectionHighlightStyle:.
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public enum NSTableViewSelectionHighlightStyle
Public Enumeration NSTableViewSelectionHighlightStyle
public enum class NSTableViewSelectionHighlightStyle

Member | Description |
---|---|
NSTableViewSelectionHighlightStyleNone | Displays no highlight style at all. Available in Mac OS X v10.6 and later. |
NSTableViewSelectionHighlightStyleRegular | The regular highlight style of NSTableView. On Mac OS X v10.5 a light blue (returned by sending NSColor a alternateSelectedControlColor message) or light gray color (returned by sending NSColor a secondarySelectedControlColor message). Available in Mac OS X v10.5 and later. |
NSTableViewSelectionHighlightStyleSourceList | The source list style of NSTableView. On 10.5, a light blue gradient is used to highlight selected rows. Available in Mac OS X v10.5 and later. |

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