MonobjcMonobjc Documented Class Library
HighlightWithFrameInView Method (flag, cellFrame, controlView)
NamespacesMonobjc.AppKitNSCellHighlightWithFrameInView(Boolean, NSRect, NSView)

Redraws the receiver with the specified highlight setting.

Original signature is '- (void)highlight:(BOOL)flag withFrame:(NSRect)cellFrame inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void HighlightWithFrameInView(
	bool flag,
	NSRect cellFrame,
	NSView controlView
)
Public Overridable Sub HighlightWithFrameInView ( _
	flag As Boolean, _
	cellFrame As NSRect, _
	controlView As NSView _
)
public:
virtual void HighlightWithFrameInView(
	bool flag, 
	NSRect cellFrame, 
	NSView^ controlView
)
Parameters
flag (Boolean)
If YES, the cell is redrawn with a highlight; otherwise, if NO, the highlight is removed.
cellFrame (NSRect)
The bounding rectangle of the receiver.
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)