Condividi tramite


NSButtonCell Costruttori

Definizione

Overload

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

NSButtonCell()

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

Si applica a

NSButtonCell(NSImage)

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

Parametri

image
NSImage
Attributi

Si applica a

NSButtonCell(NSCoder)

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

Parametri

coder
NSCoder
Attributi

Si applica a

NSButtonCell(NSObjectFlag)

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

Parametri

Si applica a

NSButtonCell(IntPtr)

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

Parametri

handle
IntPtr

nativeint

Si applica a

NSButtonCell(String)

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

Parametri

aString
String
Attributi

Si applica a