Edit

Share via


NSControl Constructors

Definition

Overloads

NSControl()
NSControl(CGRect)
NSControl(NSCoder)
NSControl(NSObjectFlag)
NSControl(IntPtr)

NSControl()

[Foundation.Export("init")]
public NSControl();
Attributes

Applies to

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

Applies to