[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.TagCloudRenderer.CreateContent

CreateContent Method

CreateContent(TableCell, Appearance, object, bool)

Creates the tag cloud cell renderer control.

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
Appearance style
object value
bool upperLevel
Returns
Type Description
Control
Overrides