C# Class Habanero.Faces.Win.NumericUpDownCell

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

Public Methods

Method 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 method

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
return void

NumericUpDownCell() public method

Constructor to initialise a new cell
public NumericUpDownCell ( ) : System
return System