NSActionCell Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
NSActionCell() | |
NSActionCell(NSImage) | |
NSActionCell(NSCoder) | |
NSActionCell(NSObjectFlag) | |
NSActionCell(IntPtr) | |
NSActionCell(String) |
NSActionCell()
NSActionCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSActionCell (AppKit.NSImage image);
new AppKit.NSActionCell : AppKit.NSImage -> AppKit.NSActionCell
Parameter
- image
- NSImage
- Attribute
Gilt für:
NSActionCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSActionCell (Foundation.NSCoder coder);
new AppKit.NSActionCell : Foundation.NSCoder -> AppKit.NSActionCell
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSActionCell(NSObjectFlag)
protected NSActionCell (Foundation.NSObjectFlag t);
new AppKit.NSActionCell : Foundation.NSObjectFlag -> AppKit.NSActionCell
Parameter
Gilt für:
NSActionCell(IntPtr)
protected internal NSActionCell (IntPtr handle);
new AppKit.NSActionCell : nativeint -> AppKit.NSActionCell
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
NSActionCell(String)
[Foundation.Export("initTextCell:")]
public NSActionCell (string aString);
new AppKit.NSActionCell : string -> AppKit.NSActionCell
Parameter
- aString
- String
- Attribute