MonobjcMonobjc Documented Class Library
TableViewIsGroupRowMessage Method (tableView, row)
NamespacesMonobjc.AppKitNSTableView..::..NSTableViewDelegateEventDispatcherTableViewIsGroupRowMessage(NSTableView, NSInteger)

Invoked to allow the delegate to indicate that a specified row is a group row.

Original signature is '- (BOOL)tableView:(NSTableView *)tableView isGroupRow:(NSInteger)row'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool TableViewIsGroupRowMessage(
	NSTableView tableView,
	NSInteger row
)
Public Function TableViewIsGroupRowMessage ( _
	tableView As NSTableView, _
	row As NSInteger _
) As Boolean
public:
bool TableViewIsGroupRowMessage(
	NSTableView^ tableView, 
	NSInteger row
)
Parameters
tableView (NSTableView)
The table view that sent the message.
row (NSInteger)
The row index.
Return Value
YES if the specified row should have the group row style drawn, NO otherwise.
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)