logo search
Учебник_ПОА

Standard wpf Controls

The following table shows the most common WPF controls, which you can find in the Common tab of the Toolbox.

Control name

Description

System.Windows.Controls.Border

Displays a border around content.

System.Windows.Controls.Button

Enables a user to perform an action by clicking a button. The Buttonbase.Click event occurs when a Button is clicked.

System.Windows.Controls.CheckBox

Enables a user to select and clear a check box to indicate a Yes/No or True/False value.

System.Windows.Controls.ComboBox

Enables a user to select an item from a drop-down list. The list is displayed when the user clicks a drop-down arrow.

System.Windows.Controls.Grid

Defines a flexible grid area that consists of columns and rows.

System.Windows.Controls.Image

Displays an image.

System.Windows.Controls.Label

Displays text on a form. Provides support for access keys.