When the check box is deselected, the field width changes to 2.5 inches. if (CheckBox2.rawValue == true) TextField.w = "4in"; else TextField.w = "2.5in"; ...
確定! 回上一頁