MonobjcMonobjc Documented Class Library
NSMenuView Constructor (frame)
NamespacesMonobjc.AppKitNSMenuViewNSMenuView(NSRect)

Initialized a newly allocated menu view with a specified frame rectangle.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSMenuView(
	NSRect frame
)
Public Sub New ( _
	frame As NSRect _
)
public:
NSMenuView(
	NSRect frame
)
Parameters
frame (NSRect)
MISSING
Return Value
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)