NSButton Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSButton() | |
NSButton(CGRect) | |
NSButton(NSCoder) | |
NSButton(NSObjectFlag) | |
NSButton(IntPtr) |
NSButton()
NSButton(CGRect)
[Foundation.Export("initWithFrame:")]
public NSButton (CoreGraphics.CGRect frameRect);
new AppKit.NSButton : CoreGraphics.CGRect -> AppKit.NSButton
Paramètres
- frameRect
- CGRect
- Attributs
S’applique à
NSButton(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSButton (Foundation.NSCoder coder);
new AppKit.NSButton : Foundation.NSCoder -> AppKit.NSButton
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSButton(NSObjectFlag)
protected NSButton (Foundation.NSObjectFlag t);
new AppKit.NSButton : Foundation.NSObjectFlag -> AppKit.NSButton
Paramètres
S’applique à
NSButton(IntPtr)
protected internal NSButton (IntPtr handle);
new AppKit.NSButton : nativeint -> AppKit.NSButton
Paramètres
- handle
-
IntPtr
nativeint