NSTableRowView Constructors

Definition

Overloads

NSTableRowView()
NSTableRowView(CGRect)
NSTableRowView(NSCoder)
NSTableRowView(NSObjectFlag)
NSTableRowView(IntPtr)

NSTableRowView()

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

Applies to

NSTableRowView(CGRect)

[Foundation.Export("initWithFrame:")]
public NSTableRowView (CoreGraphics.CGRect frameRect);
new AppKit.NSTableRowView : CoreGraphics.CGRect -> AppKit.NSTableRowView

Parameters

frameRect
CGRect
Attributes

Applies to

NSTableRowView(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTableRowView (Foundation.NSCoder coder);
new AppKit.NSTableRowView : Foundation.NSCoder -> AppKit.NSTableRowView

Parameters

coder
NSCoder
Attributes

Applies to

NSTableRowView(NSObjectFlag)

protected NSTableRowView (Foundation.NSObjectFlag t);
new AppKit.NSTableRowView : Foundation.NSObjectFlag -> AppKit.NSTableRowView

Parameters

Applies to

NSTableRowView(IntPtr)

protected internal NSTableRowView (IntPtr handle);
new AppKit.NSTableRowView : nativeint -> AppKit.NSTableRowView

Parameters

handle
IntPtr

nativeint

Applies to