[]
Internal Use Only.
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 cell (TableCell object) of the control |
Appearance | style | Style settings (Appearance object) for the control |
object | value | Value (as object) to put in the control |
bool | upperLevel | Whether the control can render in an up-level browser |
Type | Description |
---|---|
Control |