1 / 9

Visual Basic

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

casey
Télécharger la présentation

Visual Basic

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Visual Basic.net CheckBox & Radio Button

  2. Radio Button • Naming convention (rdo) • Primary use (give the user a selection of option explicit items)

  3. Radio Button Radio Button

  4. 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

  5. CheckBox • Naming convention (chk) • Primary use (enable the user to select various options to perform)

  6. Checkbox CheckBox

  7. 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

  8. Timer Naming Convention (tmr) Primary use: To manipulate the hiding and showing of objects

  9. Timer Timer

More Related