Chapter 7. Windows Forms Controls
Topics in This Chapter
Introduction: A class hierarchy diagram offers a natural way to group Windows Forms controls by their functionality.
Button Controls: The
Button
,CheckBox
, andRadioButton
controls are designed to permit users to make one or more selections on a form.PictureBox and TextBoxt Controls: The
PictureBox
control is used to display and scale images; theTextBox
control can be used to easily display and edit single or multiple lines of text.List Controls: The
ListBox
,ComboBox
, andCheckListBox
offer different interfaces for displaying and manipulating data in a list format.ListView and TreeView Controls: The
ListView
offers multiple views for displaying data items and their associated icons. The ...
Get Core C# and .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.