NSSegmentedCell Constructors

Definition

Overloads

NSSegmentedCell()
NSSegmentedCell(NSImage)
NSSegmentedCell(NSCoder)
NSSegmentedCell(NSObjectFlag)
NSSegmentedCell(IntPtr)
NSSegmentedCell(String)

NSSegmentedCell()

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

Applies to

NSSegmentedCell(NSImage)

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

Parameters

image
NSImage
Attributes

Applies to

NSSegmentedCell(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSSegmentedCell(NSObjectFlag)

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

Parameters

Applies to

NSSegmentedCell(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSSegmentedCell(String)

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

Parameters

aString
String
Attributes

Applies to