共用方式為


NSFormCell 建構函式

定義

多載

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

NSFormCell()

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

適用於

NSFormCell(NSImage)

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

參數

image
NSImage
屬性

適用於

NSFormCell(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSFormCell(NSObjectFlag)

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

參數

適用於

NSFormCell(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

NSFormCell(String)

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

參數

aString
String
屬性

適用於