C# Class Habanero.Faces.Win.CalendarCell

Represents a cell that holds a calendar date
Inheritance: System.Windows.Forms.DataGridViewTextBoxCell
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CalendarCell() public méthode

Constructor to initialise a new cell, using the short date format
public CalendarCell ( ) : System
Résultat System

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