Метод | Описание | |
---|---|---|
ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
CalendarEditingControl ( ) : System | ||
EditingControlWantsInputKey ( Keys key, bool dataGridViewWantsInputKey ) : bool | ||
GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object | ||
PrepareEditingControlForEdit ( bool selectAll ) : void |
Метод | Описание | |
---|---|---|
OnValueChanged ( |
Метод | Описание | |
---|---|---|
CalendarEditingControl_KeyDown ( object sender, |
public ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
dataGridViewCellStyle | System.Windows.Forms.DataGridViewCellStyle | |
Результат | void |
public CalendarEditingControl ( ) : System | ||
Результат | System |
public EditingControlWantsInputKey ( Keys key, bool dataGridViewWantsInputKey ) : bool | ||
key | Keys | |
dataGridViewWantsInputKey | bool | |
Результат | bool |
public GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object | ||
context | DataGridViewDataErrorContexts | |
Результат | object |
protected OnValueChanged ( |
||
eventargs | ||
Результат | void |
public PrepareEditingControlForEdit ( bool selectAll ) : void | ||
selectAll | bool | |
Результат | void |