NSGridCell Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSGridCell(NSCoder) | |
NSGridCell(NSObjectFlag) | |
NSGridCell(IntPtr) |
NSGridCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSGridCell (Foundation.NSCoder coder);
new AppKit.NSGridCell : Foundation.NSCoder -> AppKit.NSGridCell
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSGridCell(NSObjectFlag)
protected NSGridCell (Foundation.NSObjectFlag t);
new AppKit.NSGridCell : Foundation.NSObjectFlag -> AppKit.NSGridCell
Parameters
Applies to
NSGridCell(IntPtr)
protected internal NSGridCell (IntPtr handle);
new AppKit.NSGridCell : nativeint -> AppKit.NSGridCell
Parameters
- handle
-
IntPtr
nativeint