Home > Net >  Get CheckListBox selected item in the number of columns in a text box
Get CheckListBox selected item in the number of columns in a text box

Time:01-07

Now I selected ckeckListBOX in "state of drilling parameters," which is the seventh CheckListBox text, how can I get this item in CheckListBox I selected in line 7? (get selected rows in CheckListBox)?

CodePudding user response:

Loop CheckListBox then which one is checked, then the loop you coordinate control,

CodePudding user response:

Var index=ckeckListBOX. SelectedIndex + 1;//index=6 + 1=7;

CodePudding user response:

With the upstairs said, is the code
  • Related