NSTableCellView 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
NSTableCellView() | |
NSTableCellView(CGRect) | |
NSTableCellView(NSCoder) | |
NSTableCellView(NSObjectFlag) | |
NSTableCellView(IntPtr) |
NSTableCellView()
NSTableCellView(CGRect)
[Foundation.Export("initWithFrame:")]
public NSTableCellView (CoreGraphics.CGRect frameRect);
new AppKit.NSTableCellView : CoreGraphics.CGRect -> AppKit.NSTableCellView
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSTableCellView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTableCellView (Foundation.NSCoder coder);
new AppKit.NSTableCellView : Foundation.NSCoder -> AppKit.NSTableCellView
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTableCellView(NSObjectFlag)
protected NSTableCellView (Foundation.NSObjectFlag t);
new AppKit.NSTableCellView : Foundation.NSObjectFlag -> AppKit.NSTableCellView
Parameters
Applies to
NSTableCellView(IntPtr)
protected internal NSTableCellView (IntPtr handle);
new AppKit.NSTableCellView : nativeint -> AppKit.NSTableCellView
Parameters
- handle
-
IntPtr
nativeint