Working with Windows Forms CheckBox Control using C#

Posted on C# Corner See other posts from C# Corner
Published on 6/3/2010 12:01:08 AM Indexed on 2010/06/03 8:06 UTC
Read the original article Hit count: 183

Filed under:
A CheckBox control allows users to select a single or multiple options from a list of options. In this article, I will discuss how to create a CheckBox control in Windows Forms at design-time as well as run-time. After that, I will continue discussing various properties and methods available for the CheckBox control.

© C# Corner or respective owner