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

Inheritance: NSComboBoxDataSource
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes publiques

Méthode 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 méthode

public ComboBoxDataSource ( ComboBox comboBox ) : System.Collections
comboBox ComboBox
Résultat System.Collections

ComboBoxDataSource() public méthode

public ComboBoxDataSource ( ComboBox comboBox, ObjectCollection Items ) : System.Collections
comboBox ComboBox
Items ObjectCollection
Résultat System.Collections

ComboBoxDataSource() public méthode

public ComboBoxDataSource ( ComboBox comboBox, object theObject ) : System.Collections
comboBox ComboBox
theObject object
Résultat System.Collections

GetSelectedValue() public méthode

public GetSelectedValue ( NSComboBox comboBox ) : object
comboBox NSComboBox
Résultat object

IndexOfItem() public méthode

public IndexOfItem ( NSComboBox ComboBox, object value ) : int
ComboBox NSComboBox
value object
Résultat int

IndexOfItem() public méthode

public IndexOfItem ( NSComboBox comboBox, string value ) : int
comboBox NSComboBox
value string
Résultat int

ItemCount() public méthode

public ItemCount ( NSComboBox comboBox ) : int
comboBox NSComboBox
Résultat int

ObjectValueForItem() public méthode

public ObjectValueForItem ( NSComboBox comboBox, int index ) : NSObject
comboBox NSComboBox
index int
Résultat MonoMac.Foundation.NSObject

SetSelectedValue() public méthode

public SetSelectedValue ( NSComboBox combobox, object value ) : void
combobox NSComboBox
value object
Résultat void