Property | Description |
Context Key | Name of a context key you want to reference using syntax such as ${CONTEXT_key}. By default, Mobile Development saves the value you enter in the control to a context that is available within the lifetime of the application for the key you specify. |
Create On Condition | Whether to create the search entry box at run time. |
Hint | Text you want displayed when a user hovers over search entry box to provide information about what a user can specify in the entry field. Leave this property blank if you do not want to provide hint text. |
Name | Name you assign the search entry box in the Outline Editor for your own reference purpose. This name does not appear in the application’s user interface. |
Position X | Distance from the search entry box’s left edge to its parent object’s inner X position. |
Position Y | Distance from the search entry box’s top edge to its parent object’s inner Y position. |
Visible | Whether the search entry box is visible or hidden. |
Width | Width of the search entry box. |
Tag | Used to determine the context of the element at runtime, e.g. in a Delegate to find out which element was pressed. |