C# 클래스 Habanero.Faces.Win.NumericUpDownCell

Manages a cell that holds a numeric value
상속: System.Windows.Forms.DataGridViewTextBoxCell
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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