MonobjcMonobjc Documented Class Library
SelectWithFrameInViewEditorDelegateStartLength Method (aRect, controlView, textObj, anObject, selStart, selLength)
NamespacesMonobjc.AppKitNSCellSelectWithFrameInViewEditorDelegateStartLength(NSRect, NSView, NSText, Id, NSInteger, NSInteger)

Selects the specified text range in the cell's field editor.

Original signature is '- (void)selectWithFrame:(NSRect)aRect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(id)anObject start:(NSInteger)selStart length:(NSInteger)selLength'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SelectWithFrameInViewEditorDelegateStartLength(
	NSRect aRect,
	NSView controlView,
	NSText textObj,
	Id anObject,
	NSInteger selStart,
	NSInteger selLength
)
Public Overridable Sub SelectWithFrameInViewEditorDelegateStartLength ( _
	aRect As NSRect, _
	controlView As NSView, _
	textObj As NSText, _
	anObject As Id, _
	selStart As NSInteger, _
	selLength As NSInteger _
)
public:
virtual void SelectWithFrameInViewEditorDelegateStartLength(
	NSRect aRect, 
	NSView^ controlView, 
	NSText^ textObj, 
	Id^ anObject, 
	NSInteger selStart, 
	NSInteger selLength
)
Parameters
aRect (NSRect)
The bounding rectangle of the cell.
controlView (NSView)
The control that manages the cell.
textObj (NSText)
The field editor to use for editing the cell.
anObject (Id)
The object to use as a delegate for the field editor (textObj parameter). This delegate object receives various NSText delegation and notification methods during the course of editing the cell's contents.
selStart (NSInteger)
The start of the text selection.
selLength (NSInteger)
The length of the text range.
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)