Click or drag to resize
UserInterfaceSerialize Method
Overload List
  NameDescription
Public methodSerialize(Stream)
Serialize the whole UI to stream. Note: serialization have some limitation and things that will not be included in xml, like even handlers. Please read docs carefuly to know what to expect.
Public methodSerialize(String)
Serialize the whole UI to filename. Note: serialization have some limitation and things that will not be included in xml, like even handlers. Please read docs carefuly to know what to expect.
Top
See Also