NSButtonCell 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
NSButtonCell() | |
NSButtonCell(NSImage) | |
NSButtonCell(NSCoder) | |
NSButtonCell(NSObjectFlag) | |
NSButtonCell(IntPtr) | |
NSButtonCell(String) |
NSButtonCell()
NSButtonCell(NSImage)
[Foundation.Export("initImageCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSButtonCell (AppKit.NSImage image);
new AppKit.NSButtonCell : AppKit.NSImage -> AppKit.NSButtonCell
Parameter
- image
- NSImage
- Attribute
Gilt für:
NSButtonCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSButtonCell (Foundation.NSCoder coder);
new AppKit.NSButtonCell : Foundation.NSCoder -> AppKit.NSButtonCell
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSButtonCell(NSObjectFlag)
protected NSButtonCell (Foundation.NSObjectFlag t);
new AppKit.NSButtonCell : Foundation.NSObjectFlag -> AppKit.NSButtonCell
Parameter
Gilt für:
NSButtonCell(IntPtr)
protected internal NSButtonCell (IntPtr handle);
new AppKit.NSButtonCell : nativeint -> AppKit.NSButtonCell
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
NSButtonCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSButtonCell (string aString);
new AppKit.NSButtonCell : string -> AppKit.NSButtonCell
Parameter
- aString
- String
- Attribute