NSTextFieldCell Constructors

Definition

Overloads

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

NSTextFieldCell()

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

Applies to

NSTextFieldCell(NSImage)

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

Parameters

image
NSImage
Attributes

Applies to

NSTextFieldCell(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSTextFieldCell(NSObjectFlag)

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

Parameters

Applies to

NSTextFieldCell(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSTextFieldCell(String)

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

Parameters

aString
String
Attributes

Applies to