Edytuj

Udostępnij za pośrednictwem


NSTableView Constructors

Definition

Overloads

NSTableView()
NSTableView(CGRect)
NSTableView(NSCoder)
NSTableView(NSObjectFlag)
NSTableView(IntPtr)

NSTableView()

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

Applies to

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

Applies to