DataGridComboBoxCellDraw Method
Draws the contents of the cell.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
protected override void Draw(
Graphics gr,
Rectangle aBounds,
Color aForeColor,
DataGridColumn aDataGridColumn
)
Protected Overrides Sub Draw (
gr As Graphics,
aBounds As Rectangle,
aForeColor As Color,
aDataGridColumn As DataGridColumn
)
Parameters
- gr Graphics
- A Graphics object to draw to.
- aBounds Rectangle
- A Rectangle representing the bounds of the drawing.
- aForeColor Color
- Foreground color that you should use to perform the drawing.
- aDataGridColumn DataGridColumn
- Reference to DataGridColumn in which the cell belongs.
Method draws the string associated with this cell.