NSLevelIndicatorCell Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSLevelIndicatorCell()
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