にバインドされているValueMamber
a の forは何ですか?ComboBox
List<string>
Windows フォームと .NET Framework 4 を使用しています。
cmbForms.DataSource = Forms;
cmbForms.ValueMember="System.String";
if (!string.IsNullOrWhiteSpace(PhotoDescription.Details.Form))
{
cmbForms.SelectedValue = PhotoDescription.Details.Form;
}
どこForms
にある:
public List<string> Forms { get; set; }