Properties

When you add a control to the Design Sheet, or when you double-click on a control, the Properties Pane will show the properties of that control. If multiple controls are selected, only those properties that are common to all the controls selected will be shown.

The most frequently edited property of a control, is one that defines the content of that control. The property name can be generic (Content) or specific, depending on the type of content (Text, DisplayDate, Items, etc.).

The Properties pane allows the properties of the selected control (or the shared properties of multiple controls) to be viewed and edited.

Search

Use the Search Bar to filter the list of properties and navigate to the property you want to view or edit:

Tool Description
Shift focus to the Properties panel.
Shows the properties (attributes) of the selected control(s).
Shows the Events that can be configured for the selected control(s).

Events

Events define the interaction between the user and a control. The mouse can be used, for example, to click a button or give focus to a button. Scripts can be associated with an event to trigger other events or actions.