Method | Description | |
---|---|---|
DataGridComboBoxColumn ( ) : System |
Method | Description | |
---|---|---|
Abort ( int rowNum ) : void | ||
Commit ( System source, int rowNum ) : bool | ||
Edit ( System source, int rowNum, System bounds, bool readOnly, string instantText, bool cellIsVisible ) : void | ||
GetColumnValueAtRow ( System source, int rowNum ) : object | ||
GetMinimumHeight ( ) : int | ||
GetPreferredHeight ( |
||
GetPreferredSize ( |
||
Paint ( |
||
Paint ( |
||
SetColumnValueAtRow ( System.Windows.Forms.CurrencyManager source, int rowNum, object value ) : void | ||
SetDataGridInColumn ( System.Windows.Forms.DataGrid value ) : void |
Method | Description | |
---|---|---|
ComboHide ( object sender, |
||
ComboStartEditing ( object sender, |
protected Commit ( System source, int rowNum ) : bool | ||
source | System | |
rowNum | int | |
return | bool |
protected Edit ( System source, int rowNum, System bounds, bool readOnly, string instantText, bool cellIsVisible ) : void | ||
source | System | |
rowNum | int | |
bounds | System | |
readOnly | bool | |
instantText | string | |
cellIsVisible | bool | |
return | void |
protected GetColumnValueAtRow ( System source, int rowNum ) : object | ||
source | System | |
rowNum | int | |
return | object |
protected GetPreferredHeight ( |
||
g | ||
val | object | |
return | int |
protected GetPreferredSize ( |
||
g | ||
val | object | |
return |
protected Paint ( |
||
g | ||
bounds | ||
source | System.Windows.Forms.CurrencyManager | |
rowNum | int | |
return | void |
protected Paint ( |
||
g | ||
bounds | ||
source | System.Windows.Forms.CurrencyManager | |
rowNum | int | |
alignToRight | bool | |
return | void |
protected SetColumnValueAtRow ( System.Windows.Forms.CurrencyManager source, int rowNum, object value ) : void | ||
source | System.Windows.Forms.CurrencyManager | |
rowNum | int | |
value | object | |
return | void |
protected SetDataGridInColumn ( System.Windows.Forms.DataGrid value ) : void | ||
value | System.Windows.Forms.DataGrid | |
return | void |