Edit

Share via


NSActionCell Constructors

Definition

Overloads

NSActionCell()
NSActionCell(NSImage)
NSActionCell(NSCoder)
NSActionCell(NSObjectFlag)
NSActionCell(IntPtr)
NSActionCell(String)

NSActionCell()

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

Applies to

NSActionCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSActionCell(AppKit.NSImage image);
new AppKit.NSActionCell : AppKit.NSImage -> AppKit.NSActionCell

Parameters

image
NSImage
Attributes

Applies to

NSActionCell(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSActionCell(NSObjectFlag)

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

Parameters

Applies to

NSActionCell(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSActionCell(String)

[Foundation.Export("initTextCell:")]
public NSActionCell(string aString);
new AppKit.NSActionCell : string -> AppKit.NSActionCell

Parameters

aString
String
Attributes

Applies to