NSBrowserCell Constructors

Definition

Overloads

NSBrowserCell()
NSBrowserCell(NSImage)
NSBrowserCell(NSCoder)
NSBrowserCell(NSObjectFlag)
NSBrowserCell(IntPtr)
NSBrowserCell(String)

NSBrowserCell()

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

Applies to

NSBrowserCell(NSImage)

[Foundation.Export("initImageCell:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public NSBrowserCell (AppKit.NSImage image);
new AppKit.NSBrowserCell : AppKit.NSImage -> AppKit.NSBrowserCell

Parameters

image
NSImage
Attributes

Applies to

NSBrowserCell(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSBrowserCell(NSObjectFlag)

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

Parameters

Applies to

NSBrowserCell(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSBrowserCell(String)

[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public NSBrowserCell (string str);
new AppKit.NSBrowserCell : string -> AppKit.NSBrowserCell

Parameters

str
String
Attributes

Applies to