NSTableCellView Constructors

Definition

Overloads

NSTableCellView()
NSTableCellView(CGRect)
NSTableCellView(NSCoder)
NSTableCellView(NSObjectFlag)
NSTableCellView(IntPtr)

NSTableCellView()

[Foundation.Export("init")]
public NSTableCellView ();
Attributes

Applies to

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

Applies to