MonobjcMonobjc Documented Class Library
NSComboBox Constructor (frameRect)
NamespacesMonobjc.AppKitNSComboBoxNSComboBox(NSRect)

Returns an NSControl object initialized with the specified frame rectangle.

Original signature is '- (id)initWithFrame:(NSRect)frameRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSComboBox(
	NSRect frameRect
)
Public Sub New ( _
	frameRect As NSRect _
)
public:
NSComboBox(
	NSRect frameRect
)
Parameters
frameRect (NSRect)
The rectangle of the control, specified in points in the coordinate space of the enclosing view.
Return Value
An initialized control object, or nil if the object could not be initialized.
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)