'Declaration Protected Overrides Function GetControlValueCore( _ ByVal control As Control, _ ByVal cell As Cell, _ ByVal returnDataType As Type _ ) As Object
'Usage Dim instance As TextEditor Dim control As Control Dim cell As Cell Dim returnDataType As Type Dim value As Object value = instance.GetControlValueCore(control, cell, returnDataType)
Parameters
- control
- The control from which to retrieve the value.
- cell
- The cell currently being edited by the control.
- returnDataType
- A System.Type representing the datatype to which the control's value must be converted.
Return Value
The value that will be assigned to the cell being edited by the control, in the correct datatype.