MonobjcMonobjc Documented Class Library
EditColumnRowWithEventSelect Method (columnIndex, rowIndex, theEvent, flag)
NamespacesMonobjc.AppKitNSTableViewEditColumnRowWithEventSelect(NSInteger, NSInteger, NSEvent, Boolean)

Edits the cell at columnIndex and rowIndex, selecting its entire contents if flag is YES.

Original signature is '- (void)editColumn:(NSInteger)columnIndex row:(NSInteger)rowIndex withEvent:(NSEvent *)theEvent select:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EditColumnRowWithEventSelect(
	NSInteger columnIndex,
	NSInteger rowIndex,
	NSEvent theEvent,
	bool flag
)
Public Overridable Sub EditColumnRowWithEventSelect ( _
	columnIndex As NSInteger, _
	rowIndex As NSInteger, _
	theEvent As NSEvent, _
	flag As Boolean _
)
public:
virtual void EditColumnRowWithEventSelect(
	NSInteger columnIndex, 
	NSInteger rowIndex, 
	NSEvent^ theEvent, 
	bool flag
)
Parameters
columnIndex (NSInteger)
MISSING
rowIndex (NSInteger)
MISSING
theEvent (NSEvent)
MISSING
flag (Boolean)
MISSING
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)