NSButtonCell 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- 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
- 属性