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