カテゴリー
SugiBlog Webエンジニアのためのお役立ちTips

ComboBoxにまとめて値を追加する

この記事は最終更新日から1年以上経過しています。
string[] str = new string[]{"amanda", "burkley", "circle"};
ComboBox1.Items.AddRange(str);
この記事がお役に立ちましたらシェアお願いします