MonobjcMonobjc Documented Class Library
DrawInsertionPointInRectColorTurnedOn Method (aRect, aColor, flag)
NamespacesMonobjc.AppKitNSTextViewDrawInsertionPointInRectColorTurnedOn(NSRect, NSColor, Boolean)

Draws or erases the insertion point.

Original signature is '- (void)drawInsertionPointInRect:(NSRect)aRect color:(NSColor *)aColor turnedOn:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawInsertionPointInRectColorTurnedOn(
	NSRect aRect,
	NSColor aColor,
	bool flag
)
Public Overridable Sub DrawInsertionPointInRectColorTurnedOn ( _
	aRect As NSRect, _
	aColor As NSColor, _
	flag As Boolean _
)
public:
virtual void DrawInsertionPointInRectColorTurnedOn(
	NSRect aRect, 
	NSColor^ aColor, 
	bool flag
)
Parameters
aRect (NSRect)
The rectangle in which to draw the insertion point.
aColor (NSColor)
The color with which to draw the insertion point.
flag (Boolean)
YES to draw the insertion point, NO to erase it.
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)