NSComboBox 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
NSComboBox() | |
NSComboBox(CGRect) | |
NSComboBox(NSCoder) | |
NSComboBox(NSObjectFlag) | |
NSComboBox(IntPtr) |
NSComboBox()
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