Freigeben über


NSActionCell Konstruktoren

Definition

Überlädt

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

NSActionCell()

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

Gilt für:

NSActionCell(NSImage)

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

Parameter

image
NSImage
Attribute

Gilt für:

NSActionCell(NSCoder)

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

Parameter

coder
NSCoder
Attribute

Gilt für:

NSActionCell(NSObjectFlag)

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

Parameter

Gilt für:

NSActionCell(IntPtr)

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

Parameter

handle
IntPtr

nativeint

Gilt für:

NSActionCell(String)

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

Parameter

aString
String
Attribute

Gilt für: