MonobjcMonobjc Documented Class Library
PerformClickWithFrameInView Method (frame, controlView)
NamespacesMonobjc.AppKitNSPopUpButtonCellPerformClickWithFrameInView(NSRect, NSView)

Displays the receiver’s menu and track mouse events in it.

Original signature is '- (void)performClickWithFrame:(NSRect)frame inView:(NSView *)controlView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PerformClickWithFrameInView(
	NSRect frame,
	NSView controlView
)
Public Overridable Sub PerformClickWithFrameInView ( _
	frame As NSRect, _
	controlView As NSView _
)
public:
virtual void PerformClickWithFrameInView(
	NSRect frame, 
	NSView^ controlView
)
Parameters
frame (NSRect)
The cell's rectangle, specified in points in the coordinate system of the view in the controlView parameter.
controlView (NSView)
The view in which to display the pop-up button's menu.
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)