NSFormCell Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se 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
Aplica-se a
NSFormCell(NSObjectFlag)
protected NSFormCell (Foundation.NSObjectFlag t);
new AppKit.NSFormCell : Foundation.NSObjectFlag -> AppKit.NSFormCell
Parâmetros
Aplica-se a
NSFormCell(IntPtr)
protected internal NSFormCell (IntPtr handle);
new AppKit.NSFormCell : nativeint -> AppKit.NSFormCell
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
NSFormCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSFormCell (string aString);
new AppKit.NSFormCell : string -> AppKit.NSFormCell
Parâmetros
- aString
- String
- Atributos