名前空間一覧 > GrapeCity.Web.Input.IMCombo 名前空間 > GcComboBox クラス : Value プロパティ |
例外 | 解説 |
---|---|
System.ArgumentException | Formatプロパティで設定した書式で許可されない文字列が設定されました。 |
GcComboBox1.Format.Pattern = "\D{3}-\D{4}" GcComboBox1.Value = "9813205"
GcComboBox1.Format.Pattern = "\\D{3}-\\D{4}"; GcComboBox1.Value = "9813205";