Adding and configuring an Image control
By adding an Image control to a layout, you make it possible for application users to take an action on the form. By configuring an Image control, you give your application a consistent look and feel.
You can complete the following tasks:
- Add an Icon control to a layout
You add an Image control to a layout to enable users to take actions or complete tasks on a form in your application.
- Specifying the icon source and tooltip for an Icon control
Using images and tooltips to indicate an icon's purpose makes it easier for application users to understand a form and complete their tasks.
- Specifying presentation options for an icon control
After you create the Image control, configure how the control is displayed. You can specify whether the Icon control has a label and what happens when an application user clicks or taps the icon.
- Standard icons
Standard variations of pxIcon are provided. Each is preconfigured with an icon, tooltip, and action. As a best practice, use these standard rules to ensure correct appearance and behavior.
Previous topic Image controls Next topic Adding an Image control to a layout