MonobjcMonobjc Documented Class Library
NSTableViewSelectionHighlightStyle Enumeration
NamespacesMonobjc.AppKitNSTableViewSelectionHighlightStyle

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.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTableViewSelectionHighlightStyle
Public Enumeration NSTableViewSelectionHighlightStyle
public enum class NSTableViewSelectionHighlightStyle
Members
MemberDescription
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.


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)