[]
Gets the control used to edit the cell (and always returns null).
public override Control GetEditorControl(string id, TableCell parent, Appearance style, Inset margin, object value, bool upperLevel)
Public Overrides Function GetEditorControl(id As String, parent As TableCell, style As Appearance, margin As Inset, value As Object, upperLevel As Boolean) As Control
Type | Name | Description |
---|---|---|
string | id | String with unique identifier for the cell edit control |
TableCell | parent | Parent control of the cell edit control |
Appearance | style | Style (appearance settings) for the cell edit control |
Inset | margin | Inset (margin settings) for the cell edit control |
object | value | Value to be set to the cell edit control |
bool | upperLevel | Whether the control can render in an up-level browser |
Type | Description |
---|---|
Control |