allow_accept Attribute (DCL)

Specifies whether the tile is activated when the user presses the accept key (usually Enter).

Supported Platforms: Windows and Mac OS

allow_accept = true-false;
Note: This attribute isn't supported by the edit_box tile on Mac OS.

If true and the user presses the accept key, the default button (if any) is pressed. The default button is the button tile whose is_default attribute is set to true. The allow_accept attribute defaults to false.

Release Information