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

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

공개 메소드들

메소드 설명
CalendarCell ( ) : System

Constructor to initialise a new cell, using the short date format

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

Initialises the editing control

메소드 상세

CalendarCell() 공개 메소드

Constructor to initialise a new cell, using the short date format
public CalendarCell ( ) : System
리턴 System

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