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