dialog_set_password_change_confirm_password_keyboard_layout()

Specify the layout to use on the virtual keyboard for the confirm password input field.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_set_password_change_confirm_password_keyboard_layout(dialog_instance_t dialog,
                                                                      int layout)

Since:

BlackBerry 10.0.0

Arguments:

dialog

The dialog to update.

layout

The keyboard layout. Must be one of the values of the virtualkeyboard_layout_t enumeration.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The dialog_set_password_change_confirm_password_keyboard_layout() function specifies, for the confirm 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().

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.