GetAssignChildren Method (RenderInputText)
Override this method and return false if you want manually copy of children objects for this object. This method returns true by default.
protected virtual bool GetAssignChildren()
'Declaration
Protected Overridable Function GetAssignChildren() As Boolean
Return Value
Boolean value indicating that the children objects must be copied in the AssignFrom method.