NSLevelIndicatorCell Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSLevelIndicatorCell()
NSLevelIndicatorCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSLevelIndicatorCell (AppKit.NSImage image);
new AppKit.NSLevelIndicatorCell : AppKit.NSImage -> AppKit.NSLevelIndicatorCell
Параметры
- image
- NSImage
- Атрибуты
Применяется к
NSLevelIndicatorCell(NSLevelIndicatorStyle)
[Foundation.Export("initWithLevelIndicatorStyle:")]
public NSLevelIndicatorCell (AppKit.NSLevelIndicatorStyle levelIndicatorStyle);
new AppKit.NSLevelIndicatorCell : AppKit.NSLevelIndicatorStyle -> AppKit.NSLevelIndicatorCell
Параметры
- levelIndicatorStyle
- NSLevelIndicatorStyle
- Атрибуты
Применяется к
NSLevelIndicatorCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSLevelIndicatorCell (Foundation.NSCoder coder);
new AppKit.NSLevelIndicatorCell : Foundation.NSCoder -> AppKit.NSLevelIndicatorCell
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
NSLevelIndicatorCell(NSObjectFlag)
protected NSLevelIndicatorCell (Foundation.NSObjectFlag t);
new AppKit.NSLevelIndicatorCell : Foundation.NSObjectFlag -> AppKit.NSLevelIndicatorCell
Параметры
Применяется к
NSLevelIndicatorCell(IntPtr)
protected internal NSLevelIndicatorCell (IntPtr handle);
new AppKit.NSLevelIndicatorCell : nativeint -> AppKit.NSLevelIndicatorCell
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSLevelIndicatorCell(String)
[Foundation.Export("initTextCell:")]
public NSLevelIndicatorCell (string aString);
new AppKit.NSLevelIndicatorCell : string -> AppKit.NSLevelIndicatorCell
Параметры
- aString
- String
- Атрибуты