NSSegmentedControl Constructors

Definition

Overloads

NSSegmentedControl()
NSSegmentedControl(CGRect)
NSSegmentedControl(NSCoder)
NSSegmentedControl(NSObjectFlag)
NSSegmentedControl(IntPtr)

NSSegmentedControl()

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

Applies to

NSSegmentedControl(CGRect)

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

Parameters

frameRect
CGRect
Attributes

Applies to

NSSegmentedControl(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSSegmentedControl(NSObjectFlag)

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

Parameters

Applies to

NSSegmentedControl(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to