c sharp Check boxes chsarp list Check boxes

Check boxes is used in C# Windows Form applications to select multiple choices form a group of choice. this allow a user the he/she can select more then one choice in all choices.



The ListBox has the capability to show checkboxes for each item in a list. Each item can be checked and unchecked by clicking the checkbox or by using the ‘checkIndex’ and ‘uncheckIndex’ methods. Users are allowed to check any number of items, including none.

check box is a stand alone check box  You have to set each and every property of  every check box when you are using more 1 check boxes in your project.

while on other hand checklist box  is a  collection of check box in list. In the  Check box  list you can set property of all list at once.

No comments:

Post a Comment

Sending SMS Via Windows Form Application Using any Android Smart Phone  Source Code  using System ; using System . C...