NSFormCell Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
NSFormCell() | |
NSFormCell(NSImage) | |
NSFormCell(NSCoder) | |
NSFormCell(NSObjectFlag) | |
NSFormCell(IntPtr) | |
NSFormCell(String) |
NSFormCell()
NSFormCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSFormCell (AppKit.NSImage image);
new AppKit.NSFormCell : AppKit.NSImage -> AppKit.NSFormCell
Parámetros
- image
- NSImage
- Atributos
Se aplica a
NSFormCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSFormCell (Foundation.NSCoder coder);
new AppKit.NSFormCell : Foundation.NSCoder -> AppKit.NSFormCell
Parámetros
- coder
- NSCoder
- Atributos
Se aplica a
NSFormCell(NSObjectFlag)
protected NSFormCell (Foundation.NSObjectFlag t);
new AppKit.NSFormCell : Foundation.NSObjectFlag -> AppKit.NSFormCell
Parámetros
Se aplica a
NSFormCell(IntPtr)
protected internal NSFormCell (IntPtr handle);
new AppKit.NSFormCell : nativeint -> AppKit.NSFormCell
Parámetros
- handle
-
IntPtr
nativeint
Se aplica a
NSFormCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSFormCell (string aString);
new AppKit.NSFormCell : string -> AppKit.NSFormCell
Parámetros
- aString
- String
- Atributos