Compartir a través de


NSSegmentedCell Constructores

Definición

Sobrecargas

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

NSSegmentedCell()

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

Se aplica a

NSSegmentedCell(NSImage)

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

Parámetros

image
NSImage
Atributos

Se aplica a

NSSegmentedCell(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSSegmentedCell(NSObjectFlag)

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

Parámetros

Se aplica a

NSSegmentedCell(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a

NSSegmentedCell(String)

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

Parámetros

aString
String
Atributos

Se aplica a