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