[]
Gets a control and renders it in the cell based on the specified appearance, margin, and value.
public override Control PaintCell(string id, TableCell parent, Appearance style, Inset margin, object val, bool upperLevel)
Public Overrides Function PaintCell(id As String, parent As TableCell, style As Appearance, margin As Inset, val As Object, upperLevel As Boolean) As Control
Type | Name | Description |
---|---|---|
string | id | Unique identifier of the control |
TableCell | parent | Parent cell (TableCell object) for the control |
Appearance | style | Style settings (Appearance object) for the control |
Inset | margin | Margin settings (Inset object) for the control |
object | val | Value (as object) to put in the control |
bool | upperLevel | Whether the control can render in an up-level browser |
Type | Description |
---|---|
Control |