Edit

Share via


NSPanel Constructors

Definition

Overloads

NSPanel()
NSPanel(NSCoder)
NSPanel(NSObjectFlag)
NSPanel(IntPtr)
NSPanel(CGRect, NSWindowStyle, NSBackingStore, Boolean)

NSPanel()

[Foundation.Export("init")]
public NSPanel();
Attributes

Applies to

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

Applies to