[]
        
(Showing Draft Content)

FarPoint.Web.Spread.MultiColumnComboBoxCellType.CreateContent

CreateContent Method

CreateContent(TableCell, Appearance, object, bool)

Internal Use Only.

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

Returns
Type Description
Control