C# Class Habanero.Faces.Win.NumericUpDownCell

Manages a cell that holds a numeric value
Inheritance: System.Windows.Forms.DataGridViewTextBoxCell
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

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

Initialises the editing control

NumericUpDownCell ( ) : System

Constructor to initialise a new cell

Method Details

InitializeEditingControl() public méthode

Initialises the editing control
public InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void
rowIndex int The row index number
initialFormattedValue object The initial value
dataGridViewCellStyle System.Windows.Forms.DataGridViewCellStyle The cell style
Résultat void

NumericUpDownCell() public méthode

Constructor to initialise a new cell
public NumericUpDownCell ( ) : System
Résultat System