The available input flags for dialogs.
#include <bps/dialog.h>
typedef enum {
DIALOG_INPUT_NONE = 0
DIALOG_INPUT_AUTO_CAPITALIZE = 1
DIALOG_INPUT_AUTO_CORRECT = 1 << 1
DIALOG_INPUT_SPELL_CHECK = 1 << 2
} dialog_input_flags_t;
BlackBerry 10.0.0
This enumeration defines the available options on input fields for dialogs. These values may be combined through a bitwise-OR operation to enable multiple input options.