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