Define Visual C#.Net

C# Form Control

C# Label Control

C# TextBox Control

C# Button Control

C# RadioButton Control

C# CheckBox Control

C# CheckListBox

C# ListBox Control

C# ComboBox Control

C# LinkLabel Control

C# DateTime DataType

C# DateTimePicker

C# NumericUpDown

C# RandomNumber

C# PictureBox

C# ProgressBar

C# Timer Control

C# ToolTip

C# TabControl

C# RichTextBox

C# MessageBox

C# Menu Control

C# Toolbars

C# Dialogs Box

Page Stats

Visitor: 182

CheckListBox Control in C#.Net

Some of the windows controls contain some type of collection, like names of books and images in a folder. These are called Collection controls. Collection Controls are:

CheckListBox Control
The CheckedListBox control displays a List in which a check box is displayed to the left of each item.

Q6. Display Selected Hobbies from CheckBox List
CheckListBox Example