MonobjcMonobjc Documented Class Library
DrawWithExpansionFrameInView Method (cellFrame, view)
NamespacesMonobjc.AppKitNSCellDrawWithExpansionFrameInView(NSRect, NSView)

Instructs the receiver to draw in an expansion frame.

Original signature is '- (void)drawWithExpansionFrame:(NSRect)cellFrame inView:(NSView *)view'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawWithExpansionFrameInView(
	NSRect cellFrame,
	NSView view
)
Public Overridable Sub DrawWithExpansionFrameInView ( _
	cellFrame As NSRect, _
	view As NSView _
)
public:
virtual void DrawWithExpansionFrameInView(
	NSRect cellFrame, 
	NSView^ view
)
Parameters
cellFrame (NSRect)
The frame in which to draw.
view (NSView)
The view in which to draw. This view may be different from the original view that the cell appeared in.
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)