카테고리 없음

C# 콤보박스 항목 카운트 & 픽쳐박스 초기화

뽀로로친구에디 2019. 1. 23. 13:50

콤보박스 항목 카운트 


myComboBox.Items.Count


픽쳐박스 초기화

  pictureBox1.Controls.Clear();

  pictureBox1.Image = null;