Hi,
I have C# windows application in which i want to xml serialize the properties of all the controls of a Form.Basically the idea is to allow the user to decide whether to hide a particular control or show the same.Once he decided to hide a particular control on the Form, then i want to serialize this and save it and then in next loading of the form deserialization of the same will happen and that control will be hidden.What is the best method for achieving this ?