Download presentation
Presentation is loading. Please wait.
Published byJoel Todd Modified over 9 years ago
1
2d – CheckBox Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming
2
CheckBox Boxes that users can check or uncheck for selection purposes. There are usually words by the check boxes. Properties: –Name: chkYyyyy –Text: the words by the check box –Font: applies to words by the check box –ForeColor: applies to words by the check box –Checked: shows if the box is already checked when the program starts
3
CheckBox Can have multiple check boxes in one form. Each box is an individual item. Can check any one or all of them. Will talk about coding check boxes activities in later sections.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.