NSPopover 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
NSPopover() | |
NSPopover(NSCoder) | |
NSPopover(NSObjectFlag) | |
NSPopover(IntPtr) |
NSPopover()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSPopover ();
- Attributes
Applies to
NSPopover(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopover (Foundation.NSCoder coder);
new AppKit.NSPopover : Foundation.NSCoder -> AppKit.NSPopover
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSPopover(NSObjectFlag)
protected NSPopover (Foundation.NSObjectFlag t);
new AppKit.NSPopover : Foundation.NSObjectFlag -> AppKit.NSPopover
Parameters
Applies to
NSPopover(IntPtr)
protected internal NSPopover (IntPtr handle);
new AppKit.NSPopover : nativeint -> AppKit.NSPopover
Parameters
- handle
-
IntPtr
nativeint