Write the values of all data controls on the form to a dictionary, indexed by the control name
The target form.
The dictionary that values will be written to. Any existing values matching the control names will be overwritten. If the dictionary does not exist, a new one will be created.
Use the ControlSource property rather than the control name as the dictionary key.
xf.Controls.SaveAllFormControlValsToDictionary Me, dict