Avatar of jisha123
jisha123

asked on 

How to Xml Serialize the control properties of Windows Form

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 ?
Programming Languages-OtherC#

Avatar of undefined
Last Comment
Computer101

8/22/2022 - Mon