NSTableRowView 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
NSTableRowView() | |
NSTableRowView(CGRect) | |
NSTableRowView(NSCoder) | |
NSTableRowView(NSObjectFlag) | |
NSTableRowView(IntPtr) |
NSTableRowView()
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