INSComboBoxDataSource Interface

Definition

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

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

CompletedString(INSComboBoxDataSource, NSComboBox, String)
IndexOfItem(INSComboBoxDataSource, NSComboBox, String)
ItemCount(INSComboBoxDataSource, NSComboBox)
ObjectValueForItem(INSComboBoxDataSource, NSComboBox, nint)

Applies to