[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.ImageRenderer.CreateContent

CreateContent Method

CreateContent(TableCell, Appearance, object, bool)

Creates the content to render.

Declaration
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
Parameters
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

Returns
Type Description
Control
Overrides