NSPopUpButtonCell 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- image
- NSImage
- 属性
适用于
NSPopUpButtonCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopUpButtonCell (Foundation.NSCoder coder);
new AppKit.NSPopUpButtonCell : Foundation.NSCoder -> AppKit.NSPopUpButtonCell
参数
- coder
- NSCoder
- 属性
适用于
NSPopUpButtonCell(NSObjectFlag)
protected NSPopUpButtonCell (Foundation.NSObjectFlag t);
new AppKit.NSPopUpButtonCell : Foundation.NSObjectFlag -> AppKit.NSPopUpButtonCell
参数
适用于
NSPopUpButtonCell(IntPtr)
protected internal NSPopUpButtonCell (IntPtr handle);
new AppKit.NSPopUpButtonCell : nativeint -> AppKit.NSPopUpButtonCell
参数
- handle
-
IntPtr
nativeint
适用于
NSPopUpButtonCell(String)
[Foundation.Export("initTextCell:")]
public NSPopUpButtonCell (string aString);
new AppKit.NSPopUpButtonCell : string -> AppKit.NSPopUpButtonCell
参数
- aString
- String
- 属性