Do you know if it is possible to get the stored value from external storage using LoadParameter for specified control that has enabled ..CheckedTheValue checkbox? Under Windows I can use this
LoadParameter(COMBO_Box..FullName + ".Val")but it looks not working under Android.