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