MonobjcMonobjc Documented Class Library
TableViewTypeSelectStringForTableColumnRow Event
NamespacesMonobjc.AppKitNSTableView..::..NSTableViewDelegateEventDispatcherTableViewTypeSelectStringForTableColumnRow

Invoked to allow the delegate to provide an alternate text value used for type selection for a specified row and column.

Original signature is '- (NSString *)tableView:(NSTableView *)tableView typeSelectStringForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
A string that is used in type select comparison for row and tableColumn. Return nil if the row or tableColumn should not be searched.
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)