Partager via


NSLevelIndicatorCell Constructeurs

Définition

Surcharges

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

NSLevelIndicatorCell()

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

S’applique à

NSLevelIndicatorCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSLevelIndicatorCell (AppKit.NSImage image);
new AppKit.NSLevelIndicatorCell : AppKit.NSImage -> AppKit.NSLevelIndicatorCell

Paramètres

image
NSImage
Attributs

S’applique à

NSLevelIndicatorCell(NSLevelIndicatorStyle)

[Foundation.Export("initWithLevelIndicatorStyle:")]
public NSLevelIndicatorCell (AppKit.NSLevelIndicatorStyle levelIndicatorStyle);
new AppKit.NSLevelIndicatorCell : AppKit.NSLevelIndicatorStyle -> AppKit.NSLevelIndicatorCell

Paramètres

levelIndicatorStyle
NSLevelIndicatorStyle
Attributs

S’applique à

NSLevelIndicatorCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSLevelIndicatorCell (Foundation.NSCoder coder);
new AppKit.NSLevelIndicatorCell : Foundation.NSCoder -> AppKit.NSLevelIndicatorCell

Paramètres

coder
NSCoder
Attributs

S’applique à

NSLevelIndicatorCell(NSObjectFlag)

protected NSLevelIndicatorCell (Foundation.NSObjectFlag t);
new AppKit.NSLevelIndicatorCell : Foundation.NSObjectFlag -> AppKit.NSLevelIndicatorCell

Paramètres

S’applique à

NSLevelIndicatorCell(IntPtr)

protected internal NSLevelIndicatorCell (IntPtr handle);
new AppKit.NSLevelIndicatorCell : nativeint -> AppKit.NSLevelIndicatorCell

Paramètres

handle
IntPtr

nativeint

S’applique à

NSLevelIndicatorCell(String)

[Foundation.Export("initTextCell:")]
public NSLevelIndicatorCell (string aString);
new AppKit.NSLevelIndicatorCell : string -> AppKit.NSLevelIndicatorCell

Paramètres

aString
String
Attributs

S’applique à