formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Alerts
Description
Alert button options. These bit flags are used to set options in alert buttons. The default button ( FZ_FUIM_ALRT_BUT_DEF) is the button that is selected when the user presses the return/enter key. This should be set for the desired default button. The default cancel button ( FZ_FUIM_ALRT_BUT_DEF) is selected when the user presses standard cancel keys (<esc> key).
enum fz_fuim_alrt_butn_opts_enum {
FZ_FUIM_ALRT_BUT_NONE,
FZ_FUIM_ALRT_BUT_DEF,
FZ_FUIM_ALRT_BUT_DEF_CANCEL };
Members
FZ_FUIM_ALRT_BUT_NONE
button has no options
FZ_FUIM_ALRT_BUT_DEF
button is the default (OK) button for the alert
FZ_FUIM_ALRT_BUT_DEF_CANCEL
button is the default (CANCEL) button for the alert
Availability
5.0.0.0
See Also
Defined in