Bagikan melalui


NSButton Konstruktor

Definisi

Overload

NSButton()
NSButton(CGRect)
NSButton(NSCoder)
NSButton(NSObjectFlag)
NSButton(IntPtr)

NSButton()

[Foundation.Export("init")]
public NSButton ();
Atribut

Berlaku untuk

NSButton(CGRect)

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

Parameter

frameRect
CGRect
Atribut

Berlaku untuk

NSButton(NSCoder)

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

Parameter

coder
NSCoder
Atribut

Berlaku untuk

NSButton(NSObjectFlag)

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

Parameter

Berlaku untuk

NSButton(IntPtr)

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

Parameter

handle
IntPtr

nativeint

Berlaku untuk