Specify the enter key type to use on the virtual keyboard.
#include <bps/dialog.h>
BPS_API int dialog_set_enter_key_type(dialog_instance_t dialog,
int enter_key_type)
BlackBerry 10.0.0
The dialog to update.
The enter key type. Must be one of the values of the virtualkeyboard_enter_t enumeration.
The dialog_set_enter_key_type() function specifies the enter key type to use on the virtual keyboard when it is visible when the dialog is shown.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.