ok_only;
Display an OK button. DCL Error Handler Tile
This error handler tile displays a button with the OK label. This tile has a pre-assigned key of "accept." This tile is most useful when displaying a message or alert that doesn't offer alternative actions. The user clicks the button to confirm having read the message or alert and to close the dialog box.
Notice that the format of this tile differs from most other tiles: there is no : (colon) prefix nor { ... } (brace) suffix.
NOTE For most dialog boxes, you'll want to use the ok_cancel tile instead of this tile.
Valid Attributes
none
Example
ok_only;
Related DCL Tiles