Bagikan melalui


NSFormCell Konstruktor

Definisi

Overload

NSFormCell()
NSFormCell(NSImage)
NSFormCell(NSCoder)
NSFormCell(NSObjectFlag)
NSFormCell(IntPtr)
NSFormCell(String)

NSFormCell()

[Foundation.Export("init")]
public NSFormCell ();
Atribut

Berlaku untuk

NSFormCell(NSImage)

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

Parameter

image
NSImage
Atribut

Berlaku untuk

NSFormCell(NSCoder)

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

Parameter

coder
NSCoder
Atribut

Berlaku untuk

NSFormCell(NSObjectFlag)

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

Parameter

Berlaku untuk

NSFormCell(IntPtr)

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

Parameter

handle
IntPtr

nativeint

Berlaku untuk

NSFormCell(String)

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

Parameter

aString
String
Atribut

Berlaku untuk