Freigeben über


NSTextFieldCell Konstruktoren

Definition

Überlädt

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

NSTextFieldCell()

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

Gilt für:

NSTextFieldCell(NSImage)

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

Parameter

image
NSImage
Attribute

Gilt für:

NSTextFieldCell(NSCoder)

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

Parameter

coder
NSCoder
Attribute

Gilt für:

NSTextFieldCell(NSObjectFlag)

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

Parameter

Gilt für:

NSTextFieldCell(IntPtr)

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

Parameter

handle
IntPtr

nativeint

Gilt für:

NSTextFieldCell(String)

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

Parameter

aString
String
Attribute

Gilt für: