checkedListBox 값

1574 단어 checked

  
    
// checkedlistbox

for ( int i = 0 ; i < checkedListBox1.Items.Count; i ++ )
{
//

if ( this .checkedListBox1.GetItemChecked(i))
{
MessageBox.Show(
this .checkedListBox1.Items[i].ToString());
}
}

좋은 웹페이지 즐겨찾기