NSLevelIndicatorCell Constructors

Definition

Overloads

NSLevelIndicatorCell()
NSLevelIndicatorCell(NSImage)
NSLevelIndicatorCell(NSLevelIndicatorStyle)
NSLevelIndicatorCell(NSCoder)
NSLevelIndicatorCell(NSObjectFlag)
NSLevelIndicatorCell(IntPtr)
NSLevelIndicatorCell(String)

NSLevelIndicatorCell()

[Foundation.Export("init")]
public NSLevelIndicatorCell ();
Attributes

Applies to

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

Applies to