1 / 3

2e – RadioButtons

2e – RadioButtons. CSCI N331 VB .NET Programming. Lingma Acheson. Department of Computer and Information Science, IUPUI. RadioButtons. Select one single choice from a group of items. Must put all in one GroupBox . GroupBox properties Name: grpYyyy

aria
Download Presentation

2e – RadioButtons

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. 2e – RadioButtons CSCI N331 VB .NET Programming Lingma Acheson Department of Computer and Information Science, IUPUI

  2. RadioButtons • Select one single choice from a group of items. • Must put all in one GroupBox. • GroupBox properties • Name: grpYyyy • Font: applies to all the texts on this box • Text: provide information or instructions

  3. RadioButtons • RadioButton Properties: • Name: radYyyyy • Text: word by the radio button • Font: overwrites the text font set by the GroupBox • Checked: indicated if the button is already checked when the program starts. Usually have one default choice. If none is checked, the program might end up having no selections if the user doesn’t choose one after the program runs. • Can have multiple groups on one Form.

More Related