MonobjcMonobjc Documented Class Library
NSMenuView Constructor
NamespacesMonobjc.AppKitNSMenuViewNSMenuView()()()()
Members
IconMemberDescription
NSMenuView(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.


NSMenuView(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSMenuView()()()()
Initializes a new instance of the NSMenuView class.

NSMenuView(IntPtr)
Initializes a new instance of the NSMenuView class.

NSMenuView(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSMenuView class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)