NSButtonCell Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- image
- NSImage
- Attributes
Applies to
NSButtonCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSButtonCell (Foundation.NSCoder coder);
new AppKit.NSButtonCell : Foundation.NSCoder -> AppKit.NSButtonCell
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSButtonCell(NSObjectFlag)
protected NSButtonCell (Foundation.NSObjectFlag t);
new AppKit.NSButtonCell : Foundation.NSObjectFlag -> AppKit.NSButtonCell
Parameters
Applies to
NSButtonCell(IntPtr)
protected internal NSButtonCell (IntPtr handle);
new AppKit.NSButtonCell : nativeint -> AppKit.NSButtonCell
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSButtonCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSButtonCell (string aString);
new AppKit.NSButtonCell : string -> AppKit.NSButtonCell
Parameters
- aString
- String
- Attributes