NSComboBoxCellDataSource Constructors

Definition

Overloads

NSComboBoxCellDataSource()
NSComboBoxCellDataSource(NSObjectFlag)
NSComboBoxCellDataSource(IntPtr)

NSComboBoxCellDataSource()

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

Applies to

NSComboBoxCellDataSource(NSObjectFlag)

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

Parameters

Applies to

NSComboBoxCellDataSource(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to