Specify the layout to use on the virtual keyboard for the old password input field.
#include <bps/dialog.h>
BPS_API int dialog_set_password_change_old_password_keyboard_layout(dialog_instance_t dialog,
int layout)
BlackBerry 10.0.0
The dialog to update.
The keyboard layout. Must be one of the values of the virtualkeyboard_layout_t enumeration.
The dialog_set_password_change_old_password_keyboard_layout() function specifies, for the old password input field, the layout to use on the virtual keyboard when it is visible while the dialog is showing. Changing the keyboard layout will disable any input flags set with dialog_set_input_flags().
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.