Download presentation
Presentation is loading. Please wait.
Published byRisto Ketonen Modified over 5 years ago
1
2g – ComboBox Lingma Acheson CSCI N331 VB .NET Programming
Department of Computer and Information Science, IUPUI
2
ComboBox Display a box that allows user to select one item from a list. Properties: Name: cboYyyy BackColor: background color in the box Font, ForeColor: Applies to texts in the box Items: Can add items from the design window. Will learn later how to add items by coding. Sorted: If set to true, items will be listed in ascending order regardless of the order entered. Text: what you see in the first line of the box. Usually used for instructions.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.