C# Class Canguro.Controller.Grid.GridViewPopupCell

Inheritance: System.Windows.Forms.DataGridViewTextBoxCell
Afficher le fichier Open project: rforsbach/Treu-Structure Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetFormattedValue ( object value, int rowIndex, System.Windows.Forms.DataGridViewCellStyle &cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context ) : object

Method Details

GetFormattedValue() protected méthode

protected GetFormattedValue ( object value, int rowIndex, System.Windows.Forms.DataGridViewCellStyle &cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context ) : object
value object
rowIndex int
cellStyle System.Windows.Forms.DataGridViewCellStyle
valueTypeConverter System.ComponentModel.TypeConverter
formattedValueTypeConverter System.ComponentModel.TypeConverter
context DataGridViewDataErrorContexts
Résultat object

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