Compartilhar via


NSButtonCell Construtores

Definição

Sobrecargas

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

NSButtonCell()

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

Aplica-se a

NSButtonCell(NSImage)

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

Parâmetros

image
NSImage
Atributos

Aplica-se a

NSButtonCell(NSCoder)

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

Parâmetros

coder
NSCoder
Atributos

Aplica-se a

NSButtonCell(NSObjectFlag)

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

Parâmetros

Aplica-se a

NSButtonCell(IntPtr)

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

Parâmetros

handle
IntPtr

nativeint

Aplica-se a

NSButtonCell(String)

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

Parâmetros

aString
String
Atributos

Aplica-se a