Compartir a través de


NSTableCellView Constructores

Definición

Sobrecargas

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

NSTableCellView()

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

Se aplica a

NSTableCellView(CGRect)

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

Parámetros

frameRect
CGRect
Atributos

Se aplica a

NSTableCellView(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSTableCellView(NSObjectFlag)

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

Parámetros

Se aplica a

NSTableCellView(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a