INSComboBoxCellDataSource Interface

Definition

[Foundation.Protocol(Name="NSComboBoxCellDataSource", WrapperType=typeof(AppKit.NSComboBoxCellDataSourceWrapper))]
public interface INSComboBoxCellDataSource : IDisposable, ObjCRuntime.INativeObject
type INSComboBoxCellDataSource = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

CompletedString(INSComboBoxCellDataSource, NSComboBoxCell, String)
IndexOfItem(INSComboBoxCellDataSource, NSComboBoxCell, String)
ItemCount(INSComboBoxCellDataSource, NSComboBoxCell)
ObjectValueForItem(INSComboBoxCellDataSource, NSComboBoxCell, nint)

Applies to