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
- 属性