[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Extender.MutuallyExclusiveCheckBoxCellType.PaintCell

PaintCell Method

PaintCell(string, TableCell, Appearance, Inset, object, bool)

Paints the cell.

Declaration
public override Control PaintCell(string id, TableCell parent, Appearance style, Inset margin, object value, bool upperLevel)
Public Overrides Function PaintCell(id As String, parent As TableCell, style As Appearance, margin As Inset, value As Object, upperLevel As Boolean) As Control
Parameters
Type Name Description
string id

The id.

TableCell parent

The parent.

Appearance style

The style.

Inset margin

The margin.

object value

The value.

bool upperLevel

if set to true [upper level].

Returns
Type Description
Control
Overrides