MonobjcMonobjc Documented Class Library
ResetCursorRectInView Method (cellFrame, controlView)
NamespacesMonobjc.AppKitNSCellResetCursorRectInView(NSRect, NSView)

Sets the receiver to show the I-beam cursor while it tracks the mouse.

Original signature is '- (void)resetCursorRect:(NSRect)cellFrame inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ResetCursorRectInView(
	NSRect cellFrame,
	NSView controlView
)
Public Overridable Sub ResetCursorRectInView ( _
	cellFrame As NSRect, _
	controlView As NSView _
)
public:
virtual void ResetCursorRectInView(
	NSRect cellFrame, 
	NSView^ controlView
)
Parameters
cellFrame (NSRect)
The rectangle in which to display the I-beam cursor.
controlView (NSView)
The control that manages the cell.
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)