NSTextFieldCell 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NSTextFieldCell() | |
NSTextFieldCell(NSImage) | |
NSTextFieldCell(NSCoder) | |
NSTextFieldCell(NSObjectFlag) | |
NSTextFieldCell(IntPtr) | |
NSTextFieldCell(String) |
NSTextFieldCell()
NSTextFieldCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSTextFieldCell (AppKit.NSImage image);
new AppKit.NSTextFieldCell : AppKit.NSImage -> AppKit.NSTextFieldCell
參數
- image
- NSImage
- 屬性
適用於
NSTextFieldCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextFieldCell (Foundation.NSCoder coder);
new AppKit.NSTextFieldCell : Foundation.NSCoder -> AppKit.NSTextFieldCell
參數
- coder
- NSCoder
- 屬性
適用於
NSTextFieldCell(NSObjectFlag)
protected NSTextFieldCell (Foundation.NSObjectFlag t);
new AppKit.NSTextFieldCell : Foundation.NSObjectFlag -> AppKit.NSTextFieldCell
參數
適用於
NSTextFieldCell(IntPtr)
protected internal NSTextFieldCell (IntPtr handle);
new AppKit.NSTextFieldCell : nativeint -> AppKit.NSTextFieldCell
參數
- handle
-
IntPtr
nativeint
適用於
NSTextFieldCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextFieldCell (string aString);
new AppKit.NSTextFieldCell : string -> AppKit.NSTextFieldCell
參數
- aString
- String
- 屬性