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

Draws the receiver’s image—with highlighting if flag is YES—within cellFrame in aView, which should be the focus view. (required)

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void HighlightWithFrameInView(
	bool flag,
	NSRect cellFrame,
	NSView aView
)
Sub HighlightWithFrameInView ( _
	flag As Boolean, _
	cellFrame As NSRect, _
	aView As NSView _
)
void HighlightWithFrameInView(
	bool flag, 
	NSRect cellFrame, 
	NSView^ aView
)
Parameters
flag (Boolean)
MISSING
cellFrame (NSRect)
MISSING
aView (NSView)
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)