[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.IEditor.GetEditorControl

GetEditorControl Method

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

Creates the cell editor control.

Declaration
Control GetEditorControl(string id, TableCell parent, Appearance style, Inset margin, object value, bool upperLevel)
Function GetEditorControl(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

Unique identifier for the editor control

TableCell parent

Parent control of the editor control

Appearance style

Appearance settings of the cell for the editor control

Inset margin

Margin settings for the editor control

object value

Value to set in the editor control

bool upperLevel

Whether to render to an up-level browser

Returns
Type Description
Control