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
- 屬性