Method CopyFrom
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
CopyFrom(T)
Copies all properties from source to this instance.
void CopyFrom(T source)Parameters
- sourceT
- The instance to copy from. 
Copies all properties from source to this instance.
void CopyFrom(T source)source TThe instance to copy from.