Method | Description | |
---|---|---|
ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void |
Changes the control's user interface (UI) to be consistent with the specified cell style.
|
|
DataGridViewFADateTimePickerEditor ( ) : System | ||
EditingControlWantsInputKey ( Keys keyData, bool dataGridViewWantsInputKey ) : bool |
Determines whether the specified key is a regular input key that the editing control should process or a special key that the
|
|
GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object |
Retrieves the formatted value of the cell.
|
|
PrepareEditingControlForEdit ( bool selectAll ) : void |
Prepares the currently selected cell for editing.
|
Method | Description | |
---|---|---|
NotifyDataGridViewOfValueChange ( ) : void |
Small utility function that updates the local dirty state and notifies the grid of the value change.
|
|
OnInternalSelectedDateTimeChanged ( object sender, |
public ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
dataGridViewCellStyle | System.Windows.Forms.DataGridViewCellStyle | The |
return | void |
public DataGridViewFADateTimePickerEditor ( ) : System | ||
return | System |
public EditingControlWantsInputKey ( Keys keyData, bool dataGridViewWantsInputKey ) : bool | ||
keyData | Keys | A |
dataGridViewWantsInputKey | bool | true when the |
return | bool |
public GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object | ||
context | DataGridViewDataErrorContexts | A bitwise combination of |
return | object |
public PrepareEditingControlForEdit ( bool selectAll ) : void | ||
selectAll | bool | true to select all of the cell's content; otherwise, false. |
return | void |