SetEditorValue Method (ImageCellType)
Sets the value of the editor control (does nothing since this cell type does not support editing).
public override void SetEditorValue(
object
)
'Declaration
Public Overrides Sub SetEditorValue( _
ByVal As Object _
)
'Usage
Dim instance As ImageCellType
Dim value As Object
instance.SetEditorValue(value)
Parameters
- value
- Value of editor control (as object)