Property | Type | Description | |
---|---|---|---|
DBTextBox_Enter | void | ||
DBTextBox_Leave | void | ||
DBTextBox_TextChanged | void | ||
DrawAsLabel | void | ||
DrawAsTextBox | void | ||
OnFieldChanged | void | ||
UpdateValidationColor | void |
Method | Description | |
---|---|---|
ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
DBTextBox ( ) : System | ||
EditingControlWantsInputKey ( Keys key, bool dataGridViewWantsInputKey ) : bool | ||
GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object | ||
IsValid ( ) : bool | ||
PrepareEditingControlForEdit ( bool selectAll ) : void | ||
RevertText ( ) : void | ||
SaveText ( ) : bool | ||
Sync ( ) : void |
Method | Description | |
---|---|---|
OnTextChanged ( |
Method | Description | |
---|---|---|
DBTextBox_Enter ( object sender, |
||
DBTextBox_Leave ( object sender, |
||
DBTextBox_TextChanged ( object sender, |
||
DrawAsLabel ( ) : void | ||
DrawAsTextBox ( ) : void | ||
OnFieldChanged ( ) : void | ||
UpdateValidationColor ( ) : void |
public ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
dataGridViewCellStyle | System.Windows.Forms.DataGridViewCellStyle | |
return | void |
public EditingControlWantsInputKey ( Keys key, bool dataGridViewWantsInputKey ) : bool | ||
key | Keys | |
dataGridViewWantsInputKey | bool | |
return | bool |
public GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object | ||
context | DataGridViewDataErrorContexts | |
return | object |
protected OnTextChanged ( |
||
e | ||
return | void |
public PrepareEditingControlForEdit ( bool selectAll ) : void | ||
selectAll | bool | |
return | void |