[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.DefaultRenderer.CreateContent

CreateContent Method

CreateContent(TableCell, Appearance, object, bool)

Creates a control to display the value.

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

Returns
Type Description
Control

Control