NSMenuItemCell Constructors

Definition

Overloads

NSMenuItemCell()
NSMenuItemCell(NSImage)
NSMenuItemCell(NSCoder)
NSMenuItemCell(NSObjectFlag)
NSMenuItemCell(IntPtr)
NSMenuItemCell(String)

NSMenuItemCell()

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

Applies to

NSMenuItemCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSMenuItemCell (AppKit.NSImage image);
new AppKit.NSMenuItemCell : AppKit.NSImage -> AppKit.NSMenuItemCell

Parameters

image
NSImage
Attributes

Applies to

NSMenuItemCell(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSMenuItemCell(NSObjectFlag)

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

Parameters

Applies to

NSMenuItemCell(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSMenuItemCell(String)

[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSMenuItemCell (string aString);
new AppKit.NSMenuItemCell : string -> AppKit.NSMenuItemCell

Parameters

aString
String
Attributes

Applies to