NSSegmentedCell 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
NSSegmentedCell() | |
NSSegmentedCell(NSImage) | |
NSSegmentedCell(NSCoder) | |
NSSegmentedCell(NSObjectFlag) | |
NSSegmentedCell(IntPtr) | |
NSSegmentedCell(String) |
NSSegmentedCell()
NSSegmentedCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSSegmentedCell (AppKit.NSImage image);
new AppKit.NSSegmentedCell : AppKit.NSImage -> AppKit.NSSegmentedCell
Parameters
- image
- NSImage
- Attributes
Applies to
NSSegmentedCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSSegmentedCell (Foundation.NSCoder coder);
new AppKit.NSSegmentedCell : Foundation.NSCoder -> AppKit.NSSegmentedCell
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSSegmentedCell(NSObjectFlag)
protected NSSegmentedCell (Foundation.NSObjectFlag t);
new AppKit.NSSegmentedCell : Foundation.NSObjectFlag -> AppKit.NSSegmentedCell
Parameters
Applies to
NSSegmentedCell(IntPtr)
protected internal NSSegmentedCell (IntPtr handle);
new AppKit.NSSegmentedCell : nativeint -> AppKit.NSSegmentedCell
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSSegmentedCell(String)
[Foundation.Export("initTextCell:")]
public NSSegmentedCell (string aString);
new AppKit.NSSegmentedCell : string -> AppKit.NSSegmentedCell
Parameters
- aString
- String
- Attributes