Object | Description |
AlertDialog | Displays a small pop-up that you can use to: Present information to the user. Interact with the user by presenting a simple question, for example, a question requiring a “yes” or “no” answer. You must add at least one DialogButton child object for the AlertDialog object. For information about setting properties for the AlertDialog object, see
AlertDialog Properties. |
DialogButton | Displays a button to include in a dialog. For information about setting properties for the DialogButton object, see
DialogButton Properties. |
PopupMenu | A useful and light-weight user interface element to display a set of actions that is similar to a context menu. For information about setting properties for the PopupMenu object, see
PopupMenu Properties. |