140 likes | 465 Views
Visual Basic.net. CheckBox & Radio Button. Radio Button. Naming convention (rdo) Primary use (give the user a selection of option explicit items). Radio Button. Radio Button. Radio Button (example). A good example of using radio buttons are Manipulation of text color
E N D
Visual Basic.net CheckBox & Radio Button
Radio Button • Naming convention (rdo) • Primary use (give the user a selection of option explicit items)
Radio Button Radio Button
Radio Button (example) A good example of using radio buttons are • Manipulation of text color • Depositing or withdrawing money from a bank account • Ordering a shirt in a specific size
CheckBox • Naming convention (chk) • Primary use (enable the user to select various options to perform)
Checkbox CheckBox
CheckBox (example) Some examples of check box usage are • Manipulation of text font size & style • Adding of multiple items onto a pizza • The hiding and showing of labels
Timer Naming Convention (tmr) Primary use: To manipulate the hiding and showing of objects
Timer Timer