Partager via


NSButtonCell Constructeurs

Définition

Surcharges

NSButtonCell()
NSButtonCell(NSImage)
NSButtonCell(NSCoder)
NSButtonCell(NSObjectFlag)
NSButtonCell(IntPtr)
NSButtonCell(String)

NSButtonCell()

[Foundation.Export("init")]
public NSButtonCell ();
Attributs

S’applique à

NSButtonCell(NSImage)

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

Paramètres

image
NSImage
Attributs

S’applique à

NSButtonCell(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSButtonCell(NSObjectFlag)

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

Paramètres

S’applique à

NSButtonCell(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à

NSButtonCell(String)

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

Paramètres

aString
String
Attributs

S’applique à