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: 404

CheckBox Control in C#.Net

Allows a user to check or uncheck a box. CheckBoxes are usually used in a group contained in a Group Box. Any, all or none of the checkboxes in a group can be selected.

Q5. Select Hobbies Using Check Box and display selected Hobbies
CheckBox Example

GroupBox - Use to create a group of controls with a caption.