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
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.
The
ListBox
has the capability to show checkbox
es 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