NSControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSControl() | |
NSControl(CGRect) | |
NSControl(NSCoder) | |
NSControl(NSObjectFlag) | |
NSControl(IntPtr) |
NSControl()
NSControl(CGRect)
[Foundation.Export("initWithFrame:")]
[ObjCRuntime.DesignatedInitializer]
public NSControl (CoreGraphics.CGRect frameRect);
new AppKit.NSControl : CoreGraphics.CGRect -> AppKit.NSControl
Parameters
- frameRect
- CGRect
- Attributes
Applies to
NSControl(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSControl (Foundation.NSCoder coder);
new AppKit.NSControl : Foundation.NSCoder -> AppKit.NSControl
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSControl(NSObjectFlag)
protected NSControl (Foundation.NSObjectFlag t);
new AppKit.NSControl : Foundation.NSObjectFlag -> AppKit.NSControl
Parameters
Applies to
NSControl(IntPtr)
protected internal NSControl (IntPtr handle);
new AppKit.NSControl : nativeint -> AppKit.NSControl
Parameters
- handle
-
IntPtr
nativeint