NSPanel 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
NSPanel() | |
NSPanel(NSCoder) | |
NSPanel(NSObjectFlag) | |
NSPanel(IntPtr) | |
NSPanel(CGRect, NSWindowStyle, NSBackingStore, Boolean) |
NSPanel()
NSPanel(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPanel (Foundation.NSCoder coder);
new AppKit.NSPanel : Foundation.NSCoder -> AppKit.NSPanel
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSPanel(NSObjectFlag)
protected NSPanel (Foundation.NSObjectFlag t);
new AppKit.NSPanel : Foundation.NSObjectFlag -> AppKit.NSPanel
Parameters
Applies to
NSPanel(IntPtr)
protected internal NSPanel (IntPtr handle);
new AppKit.NSPanel : nativeint -> AppKit.NSPanel
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSPanel(CGRect, NSWindowStyle, NSBackingStore, Boolean)
[Foundation.Export("initWithContentRect:styleMask:backing:defer:")]
public NSPanel (CoreGraphics.CGRect contentRect, AppKit.NSWindowStyle aStyle, AppKit.NSBackingStore bufferingType, bool deferCreation);
new AppKit.NSPanel : CoreGraphics.CGRect * AppKit.NSWindowStyle * AppKit.NSBackingStore * bool -> AppKit.NSPanel
Parameters
- contentRect
- CGRect
- aStyle
- NSWindowStyle
- bufferingType
- NSBackingStore
- deferCreation
- Boolean
- Attributes