MonobjcMonobjc Documented Class Library
ExpansionFrameWithFrameInView Method (cellFrame, view)
NamespacesMonobjc.AppKitNSCellExpansionFrameWithFrameInView(NSRect, NSView)

Returns the expansion cell frame for the receiver.

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

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect ExpansionFrameWithFrameInView(
	NSRect cellFrame,
	NSView view
)
Public Overridable Function ExpansionFrameWithFrameInView ( _
	cellFrame As NSRect, _
	view As NSView _
) As NSRect
public:
virtual NSRect ExpansionFrameWithFrameInView(
	NSRect cellFrame, 
	NSView^ view
)
Parameters
cellFrame (NSRect)
The frame for the receiver.
view (NSView)
The view in which the receiver will be drawn.
Return Value
The expansion cell frame for the receiver. If the frame is not too small, return an empty rect (NSZeroRect), and no expansion tool tip view will be shown.
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)