Prev: A Way for saving control with all of it's components and properties to a file or stream.
Next: How can I resolve the control type?
From: Mr. Arnold on 16 Jun 2010 08:20 Mr. X. wrote: > Hello. > Is there any way to save a control + all of it's components to a file > (or give it some representation as a long string). > > Thanks :) A control is an object with properties. You save the properties of the object to a XML file manually. You instantiate the control/object (new), and you populate the control/object from the XML file that represents the controls properties. XML is string. |