共用方式為


NSTextFieldCell 建構函式

定義

多載

NSTextFieldCell()
NSTextFieldCell(NSImage)
NSTextFieldCell(NSCoder)
NSTextFieldCell(NSObjectFlag)
NSTextFieldCell(IntPtr)
NSTextFieldCell(String)

NSTextFieldCell()

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

適用於

NSTextFieldCell(NSImage)

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

參數

image
NSImage
屬性

適用於

NSTextFieldCell(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSTextFieldCell(NSObjectFlag)

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

參數

適用於

NSTextFieldCell(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

NSTextFieldCell(String)

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

參數

aString
String
屬性

適用於