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