formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Alerts

fz_fuim_std_conf_enum

Description

Standard confirm alert options. Identifies which buttons should be present in a standard confirm alert.

enum fz_fuim_std_conf_enum {

FZ_FUIM_ALRT_CONFIRM_OK,

FZ_FUIM_ALRT_CONFIRM_OK_CANCEL,

FZ_FUIM_ALRT_CONFIRM_OK_CANCEL_DEF };

Members

FZ_FUIM_ALRT_CONFIRM_OK

alert has a OK (localized) button

FZ_FUIM_ALRT_CONFIRM_OK_CANCEL

alert has a OK (localized) and Cancel (localized) button

FZ_FUIM_ALRT_CONFIRM_OK_CANCEL_DEF

Same as FZ_FUIM_ALRT_CONFIRM_OK_CANCEL, but the CANCEL button is the default button (i.e. hitting return or enter will cancel, not ok the dialog)

Availability

5.0.0.0

Defined in

fz_fuim_alrt_api.h