NSLevelIndicatorCell Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
NSLevelIndicatorCell()
NSLevelIndicatorCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSLevelIndicatorCell (AppKit.NSImage image);
new AppKit.NSLevelIndicatorCell : AppKit.NSImage -> AppKit.NSLevelIndicatorCell
Parámetros
- image
- NSImage
- Atributos
Se aplica a
NSLevelIndicatorCell(NSLevelIndicatorStyle)
[Foundation.Export("initWithLevelIndicatorStyle:")]
public NSLevelIndicatorCell (AppKit.NSLevelIndicatorStyle levelIndicatorStyle);
new AppKit.NSLevelIndicatorCell : AppKit.NSLevelIndicatorStyle -> AppKit.NSLevelIndicatorCell
Parámetros
- levelIndicatorStyle
- NSLevelIndicatorStyle
- Atributos
Se aplica a
NSLevelIndicatorCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSLevelIndicatorCell (Foundation.NSCoder coder);
new AppKit.NSLevelIndicatorCell : Foundation.NSCoder -> AppKit.NSLevelIndicatorCell
Parámetros
- coder
- NSCoder
- Atributos
Se aplica a
NSLevelIndicatorCell(NSObjectFlag)
protected NSLevelIndicatorCell (Foundation.NSObjectFlag t);
new AppKit.NSLevelIndicatorCell : Foundation.NSObjectFlag -> AppKit.NSLevelIndicatorCell
Parámetros
Se aplica a
NSLevelIndicatorCell(IntPtr)
protected internal NSLevelIndicatorCell (IntPtr handle);
new AppKit.NSLevelIndicatorCell : nativeint -> AppKit.NSLevelIndicatorCell
Parámetros
- handle
-
IntPtr
nativeint
Se aplica a
NSLevelIndicatorCell(String)
[Foundation.Export("initTextCell:")]
public NSLevelIndicatorCell (string aString);
new AppKit.NSLevelIndicatorCell : string -> AppKit.NSLevelIndicatorCell
Parámetros
- aString
- String
- Atributos