[]
Creates a control to display the value.
protected virtual Control CreateContent(TableCell parent, Appearance style, object value, bool upperLevel)
Protected Overridable 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 settings for the renderer control |
object | value | Value to display in the renderer control |
bool | upperLevel | Whether to display in an up-level browser |
Type | Description |
---|---|
Control | Control |