namespace CPF.Mac.AppKit { public enum NSTableViewSelectionHighlightStyle : long { None = -1L, Regular, SourceList } }