A button control is an area on the screen that a user clicks on, which then performs an action. A button does not have to look like a traditional button; it can be an icon or an image:
Figure 10.8 – Button control
The OnSelect property defines what happens when a user clicks on the button; for example, the Navigate function changes to a different screen.