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


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

Определение

Перегрузки

NSButtonCell()
NSButtonCell(NSImage)
NSButtonCell(NSCoder)
NSButtonCell(NSObjectFlag)
NSButtonCell(IntPtr)
NSButtonCell(String)

NSButtonCell()

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

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

NSButtonCell(NSImage)

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

Параметры

image
NSImage
Атрибуты

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

NSButtonCell(NSCoder)

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

Параметры

coder
NSCoder
Атрибуты

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

NSButtonCell(NSObjectFlag)

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

Параметры

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

NSButtonCell(IntPtr)

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

Параметры

handle
IntPtr

nativeint

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

NSButtonCell(String)

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

Параметры

aString
String
Атрибуты

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