Property | Description |
Create On Condition | Whether to create the button at run time. |
Icon | Icon image to display on the button. Note: The icon must be one of your application resources. For more information about resources, see Defining Resources for a Mobile Project. |
Name | Name you assign to the button in the Outline Editor for your own reference purpose. This name does not appear in the application’s user interface. |
Text | Text to display on the button. |
Type | Type of button. The types are: BACK This type is placed on the left of the view header. DEFAULT This type is placed on the right of the view header. |
Visible | Whether the button is visible or hidden. |
Tag | Used to determine the context of the element at run time, e.g., in a delegate to find out which element was pressed. |