Is there any way to force the user-settings of, say, a DockingManager (but also any of the infragistics controls that implement IPersistComponentSettings), saved via the SaveSettings property, to go to the user.config of the roaming profile instead of the one in localsettings? On user settings set via the project properties, I can set a roaming property to true and those settings will go to the roaming profile, but with this IPersistComponentSettings stuff I have no idea how to set it to roaming.
Any hints as to how do this without having to manually serialize all of my apps components?
I don't believe there is a way around this other than saving settings manually for each component.