Saving Windows Forms control properties at run-time?

  • Thread starter Thread starter Özden Irmak
  • Start date Start date
Ö

Özden Irmak

Hello,

Is there an easy way to save some/all properties of a windows forms control
into a type of file?

I came acros with "Serializable" attribute but it seems that I have to
inherit evey windows forms control and mark them asa serializable?

Does anybody know an easy way for this?

Thanks in advance...

Özden
 
Perhaps Dynamic Properties is the answer you're looking for. That causes
all properties to be written to a configuration file instead of to code.
Search for Dynamic Properties in the help and you can find all the
information you need.

Tom Clement
Apptero, Inc.
 
Back
Top