is_enabled = flag;


Enable or disable a tile.


This attribute determines whether a button is initially unavailable to the user (with the button usually appearing as grayed out). When flag = true, the button is available; when flag = false, the button is unavailable to the user.

flag: true (default) or false.

Example

is_enabled = false;

Valid Tiles

button

popup_list

edit_box

multi_edit_box

radio_button

image_button

slider

list_box

toggle

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes