NSMenuItemCell 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
NSMenuItemCell() | |
NSMenuItemCell(NSImage) | |
NSMenuItemCell(NSCoder) | |
NSMenuItemCell(NSObjectFlag) | |
NSMenuItemCell(IntPtr) | |
NSMenuItemCell(String) |
NSMenuItemCell()
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