NSFormCell Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- image
- NSImage
- Attributi
Si applica a
NSFormCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSFormCell (Foundation.NSCoder coder);
new AppKit.NSFormCell : Foundation.NSCoder -> AppKit.NSFormCell
Parametri
- coder
- NSCoder
- Attributi
Si applica a
NSFormCell(NSObjectFlag)
protected NSFormCell (Foundation.NSObjectFlag t);
new AppKit.NSFormCell : Foundation.NSObjectFlag -> AppKit.NSFormCell
Parametri
Si applica a
NSFormCell(IntPtr)
protected internal NSFormCell (IntPtr handle);
new AppKit.NSFormCell : nativeint -> AppKit.NSFormCell
Parametri
- handle
-
IntPtr
nativeint
Si applica a
NSFormCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSFormCell (string aString);
new AppKit.NSFormCell : string -> AppKit.NSFormCell
Parametri
- aString
- String
- Attributi