[]
Creates the content to render.
protected override Control CreateContent(TableCell parent, Appearance style, object value, bool upperLevel)
Protected Overrides Function CreateContent(parent As TableCell, style As Appearance, value As Object, upperLevel As Boolean) As Control
Type | Name | Description |
---|---|---|
TableCell | parent | Parent table cell of the renderer control |
Appearance | style | Appearance |
object | value | Value to display in the renderer control |
bool | upperLevel | Whether to display in an up-level browser |
Type | Description |
---|---|
Control |