Méthode | Description | |
---|---|---|
CancelEditing ( ) : void |
Stops editing the Cell and ignores any changes
|
|
DateTimeCellEditor ( ) : System |
Initializes a new instance of the DateTimeCellEditor class with default settings
|
|
StartEditing ( ) : void |
Starts editing the Cell
|
|
StopEditing ( ) : void |
Stops editing the Cell and commits any changes
|
Méthode | Description | |
---|---|---|
OnDateSelected ( |
Raises the DateSelected event
|
|
SetCellValue ( ) : void |
Sets the contents of the Cell being edited based on the value in the editor
|
|
SetEditLocation ( |
Sets the location and size of the CellEditor
|
|
SetEditValue ( ) : void |
Sets the initial value of the editor based on the contents of the Cell being edited
|
Méthode | Description | |
---|---|---|
calendar_DateSelected ( object sender, |
Handler for the editors MonthCalendar.DateSelected events
|
protected OnDateSelected ( |
||
e | A DateRangeEventArgs that contains the event data | |
Résultat | void |
protected SetEditLocation ( |
||
cellRect | A Rectangle that represents the size and location /// of the Cell being edited | |
Résultat | void |