NSMenuView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSMenuView() | |
NSMenuView(CGRect) | |
NSMenuView(NSCoder) | |
NSMenuView(NSObjectFlag) | |
NSMenuView(IntPtr) |
NSMenuView()
NSMenuView(CGRect)
[Foundation.Export("initWithFrame:")]
public NSMenuView (CoreGraphics.CGRect frame);
new AppKit.NSMenuView : CoreGraphics.CGRect -> AppKit.NSMenuView
Parameters
- frame
- CGRect
- Attributes
Applies to
NSMenuView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSMenuView (Foundation.NSCoder coder);
new AppKit.NSMenuView : Foundation.NSCoder -> AppKit.NSMenuView
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSMenuView(NSObjectFlag)
protected NSMenuView (Foundation.NSObjectFlag t);
new AppKit.NSMenuView : Foundation.NSObjectFlag -> AppKit.NSMenuView
Parameters
Applies to
NSMenuView(IntPtr)
protected internal NSMenuView (IntPtr handle);
new AppKit.NSMenuView : nativeint -> AppKit.NSMenuView
Parameters
- handle
-
IntPtr
nativeint