共用方式為


NSTextField 建構函式

定義

多載

NSTextField()
NSTextField(CGRect)
NSTextField(NSCoder)
NSTextField(NSObjectFlag)
NSTextField(IntPtr)

NSTextField()

[Foundation.Export("init")]
public NSTextField ();
屬性

適用於

NSTextField(CGRect)

[Foundation.Export("initWithFrame:")]
public NSTextField (CoreGraphics.CGRect frameRect);
new AppKit.NSTextField : CoreGraphics.CGRect -> AppKit.NSTextField

參數

frameRect
CGRect
屬性

適用於

NSTextField(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSTextField(NSObjectFlag)

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

參數

適用於

NSTextField(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於