Editar

Compartir a través de


NSComboBox Constructors

Definition

Overloads

NSComboBox()
NSComboBox(CGRect)
NSComboBox(NSCoder)
NSComboBox(NSObjectFlag)
NSComboBox(IntPtr)

NSComboBox()

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

Applies to

NSComboBox(CGRect)

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

Parameters

frameRect
CGRect
Attributes

Applies to

NSComboBox(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSComboBox(NSObjectFlag)

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

Parameters

Applies to

NSComboBox(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to