Syntax
bool AM_SetEditParamPassword(
MENU_HANDLE menu,
int id,
bool value
);
Parameters
- menu
- [in] Menu handle
- id
-
[in] Item ID of menu item.
- value
-
[in] Specify true to display the character string of the input field with asterisks, false otherwise.
Return value
Returns true if the function succeeds, false otherwise.
Remarks
This function is used for the menu item of the input field.When the menu item specified by id is the input field, change the AM_EDIT_PASSWORD flag of the EditOption of the AM_EditParam structure set for the input field and update the display.
Requirements
Header file:
lib.hLibrary file:
AdvancedMenu.h
libAdvancedMenu.a
libSTARTUPOPH5000.a
Last updated: 2020/10/09