How to load/save the control's layout to a file such as XML.
When saving the layout you can return a string from SaveCustomizations and create a byte array to store the data using a FileStream. As for loading just pass the FileStream object to the parameter in LoadCustomizations.