C# Класс Habanero.Faces.Win.NumericUpDownCell

Manages a cell that holds a numeric value
Наследование: System.Windows.Forms.DataGridViewTextBoxCell
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void

Initialises the editing control

NumericUpDownCell ( ) : System

Constructor to initialise a new cell

Описание методов

InitializeEditingControl() публичный Метод

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
Результат void

NumericUpDownCell() публичный Метод

Constructor to initialise a new cell
public NumericUpDownCell ( ) : System
Результат System