'Declaration Protected Friend Overridable Function CreateControl() As Control
'Usage Dim instance As CellEditorManager Dim value As Control value = instance.CreateControl()
protected internal virtual Control CreateControl()
Return Value
A System.Windows.Forms.Control that will be used to edit the content of cells. If CreateControlMode is set to Xceed.Grid.CreateControlMode.ClonedInstance, a new instance of the control should be returned.