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