'Declaration Protected Friend Overrides Function CreateControl() As Control
'Usage Dim instance As TextEditor Dim value As Control value = instance.CreateControl()
protected internal override 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.