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