CheckBox in C#

Posted on C# Corner See other posts from C# Corner
Published on 6/11/2010 8:17:21 AM Indexed on 2010/06/11 15:04 UTC
Read the original article Hit count: 239

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.

© C# Corner or respective owner