C# Class Cornerstone.GUI.Controls.DBComboBoxCell

Inheritance: System.Windows.Forms.DataGridViewTextBoxCell, IDBFieldBackedControl
Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

Méthode Description
InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
SetCustomChoices ( IEnumerable choices ) : void

Private Methods

Méthode Description
OnFieldChanged ( DatabaseTable obj, DBField field, object value ) : void

Method Details

InitializeEditingControl() public méthode

public InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
rowIndex int
initialFormattedValue object
dataGridViewCellStyle System.Windows.Forms.DataGridViewCellStyle
Résultat void

SetCustomChoices() public méthode

public SetCustomChoices ( IEnumerable choices ) : void
choices IEnumerable
Résultat void