C# Class System.Windows.Forms.ComboBox.ComboBoxDataSource

Inheritance: NSComboBoxDataSource
Show file Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
ComboBoxDataSource ( ComboBox comboBox ) : System.Collections
ComboBoxDataSource ( ComboBox comboBox, ObjectCollection Items ) : System.Collections
ComboBoxDataSource ( ComboBox comboBox, object theObject ) : System.Collections
GetSelectedValue ( NSComboBox comboBox ) : object
IndexOfItem ( NSComboBox ComboBox, object value ) : int
IndexOfItem ( NSComboBox comboBox, string value ) : int
ItemCount ( NSComboBox comboBox ) : int
ObjectValueForItem ( NSComboBox comboBox, int index ) : NSObject
SetSelectedValue ( NSComboBox combobox, object value ) : void

Method Details

ComboBoxDataSource() public method

public ComboBoxDataSource ( ComboBox comboBox ) : System.Collections
comboBox ComboBox
return System.Collections

ComboBoxDataSource() public method

public ComboBoxDataSource ( ComboBox comboBox, ObjectCollection Items ) : System.Collections
comboBox ComboBox
Items ObjectCollection
return System.Collections

ComboBoxDataSource() public method

public ComboBoxDataSource ( ComboBox comboBox, object theObject ) : System.Collections
comboBox ComboBox
theObject object
return System.Collections

GetSelectedValue() public method

public GetSelectedValue ( NSComboBox comboBox ) : object
comboBox NSComboBox
return object

IndexOfItem() public method

public IndexOfItem ( NSComboBox ComboBox, object value ) : int
ComboBox NSComboBox
value object
return int

IndexOfItem() public method

public IndexOfItem ( NSComboBox comboBox, string value ) : int
comboBox NSComboBox
value string
return int

ItemCount() public method

public ItemCount ( NSComboBox comboBox ) : int
comboBox NSComboBox
return int

ObjectValueForItem() public method

public ObjectValueForItem ( NSComboBox comboBox, int index ) : NSObject
comboBox NSComboBox
index int
return MonoMac.Foundation.NSObject

SetSelectedValue() public method

public SetSelectedValue ( NSComboBox combobox, object value ) : void
combobox NSComboBox
value object
return void