C# Class Cornerstone.GUI.Controls.DBComboBoxCell

Inheritance: System.Windows.Forms.DataGridViewTextBoxCell, IDBFieldBackedControl
Datei anzeigen Open project: damienhaynes/moving-pictures Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnFieldChanged ( DatabaseTable obj, DBField field, object value ) : void

Method Details

InitializeEditingControl() public method

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

SetCustomChoices() public method

public SetCustomChoices ( IEnumerable choices ) : void
choices IEnumerable
return void