MonoMac.AppKit.NSComboBox Members

The members of MonoMac.AppKit.NSComboBox are listed below.

See Also: Inherited members from MonoMac.AppKit.NSTextField

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
Initializes the NSComboBox with the specified frame.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

ButtonBorderedbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Completesbool. Documentation for this section has not yet been entered.
[read-only]
Countint. Documentation for this section has not yet been entered.
DataSourceNSComboBoxDataSource. Documentation for this section has not yet been entered.
HasVerticalScrollerbool. Documentation for this section has not yet been entered.
IntercellSpacingSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
ItemHeightfloat. Documentation for this section has not yet been entered.
[read-only]
SelectedIndexint. Documentation for this section has not yet been entered.
[read-only]
SelectedValueMonoMac.Foundation.NSObject. Documentation for this section has not yet been entered.
UsesDataSourcebool. Documentation for this section has not yet been entered.
[read-only]
ValuesMonoMac.Foundation.NSObject[]. Documentation for this section has not yet been entered.
VisibleItemsint. Documentation for this section has not yet been entered.

Public Methods

Add(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Add(MonoMac.Foundation.NSObject[])
Documentation for this section has not yet been entered.
DeselectItem(int)
Documentation for this section has not yet been entered.
GetItem(int) : NSComboBox
Documentation for this section has not yet been entered.
IndexOf(MonoMac.Foundation.NSObject) : int
Documentation for this section has not yet been entered.
Insert(MonoMac.Foundation.NSObject, int)
Documentation for this section has not yet been entered.
NoteNumberOfItemsChanged()
Documentation for this section has not yet been entered.
ReloadData()
Documentation for this section has not yet been entered.
Remove(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
RemoveAll()
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.
ScrollItemAtIndexToTop(int)
Documentation for this section has not yet been entered.
ScrollItemAtIndexToVisible(int)
Documentation for this section has not yet been entered.
Select(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SelectItem(int)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSComboBox object.