NSPopUpButtonCell Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
- Атрибуты