NSActionCell 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
NSActionCell() | |
NSActionCell(NSImage) | |
NSActionCell(NSCoder) | |
NSActionCell(NSObjectFlag) | |
NSActionCell(IntPtr) | |
NSActionCell(String) |
NSActionCell()
NSActionCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSActionCell (AppKit.NSImage image);
new AppKit.NSActionCell : AppKit.NSImage -> AppKit.NSActionCell
Parameters
- image
- NSImage
- Attributes
Applies to
NSActionCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSActionCell (Foundation.NSCoder coder);
new AppKit.NSActionCell : Foundation.NSCoder -> AppKit.NSActionCell
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSActionCell(NSObjectFlag)
protected NSActionCell (Foundation.NSObjectFlag t);
new AppKit.NSActionCell : Foundation.NSObjectFlag -> AppKit.NSActionCell
Parameters
Applies to
NSActionCell(IntPtr)
protected internal NSActionCell (IntPtr handle);
new AppKit.NSActionCell : nativeint -> AppKit.NSActionCell
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSActionCell(String)
[Foundation.Export("initTextCell:")]
public NSActionCell (string aString);
new AppKit.NSActionCell : string -> AppKit.NSActionCell
Parameters
- aString
- String
- Attributes