Edit

Share via


NSColorWell Constructors

Definition

Overloads

NSColorWell()
NSColorWell(CGRect)
NSColorWell(NSCoder)
NSColorWell(NSObjectFlag)
NSColorWell(IntPtr)

NSColorWell()

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

Applies to

NSColorWell(CGRect)

[Foundation.Export("initWithFrame:")]
public NSColorWell (CoreGraphics.CGRect frameRect);
new AppKit.NSColorWell : CoreGraphics.CGRect -> AppKit.NSColorWell

Parameters

frameRect
CGRect
Attributes

Applies to

NSColorWell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSColorWell (Foundation.NSCoder coder);
new AppKit.NSColorWell : Foundation.NSCoder -> AppKit.NSColorWell

Parameters

coder
NSCoder
Attributes

Applies to

NSColorWell(NSObjectFlag)

protected NSColorWell (Foundation.NSObjectFlag t);
new AppKit.NSColorWell : Foundation.NSObjectFlag -> AppKit.NSColorWell

Parameters

Applies to

NSColorWell(IntPtr)

protected internal NSColorWell (IntPtr handle);
new AppKit.NSColorWell : nativeint -> AppKit.NSColorWell

Parameters

handle
IntPtr

nativeint

Applies to