Поделиться через


NSActionCell Конструкторы

Определение

Перегрузки

NSActionCell()
NSActionCell(NSImage)
NSActionCell(NSCoder)
NSActionCell(NSObjectFlag)
NSActionCell(IntPtr)
NSActionCell(String)

NSActionCell()

[Foundation.Export("init")]
public NSActionCell ();
Атрибуты

Применяется к

NSActionCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSActionCell (AppKit.NSImage image);
new AppKit.NSActionCell : AppKit.NSImage -> AppKit.NSActionCell

Параметры

image
NSImage
Атрибуты

Применяется к

NSActionCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSActionCell (Foundation.NSCoder coder);
new AppKit.NSActionCell : Foundation.NSCoder -> AppKit.NSActionCell

Параметры

coder
NSCoder
Атрибуты

Применяется к

NSActionCell(NSObjectFlag)

protected NSActionCell (Foundation.NSObjectFlag t);
new AppKit.NSActionCell : Foundation.NSObjectFlag -> AppKit.NSActionCell

Параметры

Применяется к

NSActionCell(IntPtr)

protected internal NSActionCell (IntPtr handle);
new AppKit.NSActionCell : nativeint -> AppKit.NSActionCell

Параметры

handle
IntPtr

nativeint

Применяется к

NSActionCell(String)

[Foundation.Export("initTextCell:")]
public NSActionCell (string aString);
new AppKit.NSActionCell : string -> AppKit.NSActionCell

Параметры

aString
String
Атрибуты

Применяется к