StrataFrame Forum

Extend SF Control code serialization

http://forum.strataframe.net/Topic6329.aspx

By Chan - 1/26/2007

Hi,

Anyway to extend code serialization of SF Control when drop on form?



Thank you
By Trent L. Taylor - 1/27/2007

Yes.  But this requires a lot of explanation.  Entire books are written on this subject.  I recommend creating a custom control and learn how to properly implement serialization and work with certain design-time attributes such as the DesignerSerializationVisiblity property.  Once you have a basic understanding then it is easier to ask direct questions.
By Chan - 1/27/2007

Hi,

I have go thru couple of articles about this topics.

I was thinking to take a look of SF designerserialization such as type converter for reference.
By Trent L. Taylor - 1/28/2007

That;s good.  That is one nice thing about having the souce code, you have a point of reference when learning something new.  There are definitely plenty of type converters to look at for reference.