Syntax
bool AM_IsTextEditEnabled(
MENU_HANDLE menu,
int id
);
Parameters
- menu
- [in] Menu handle
- id
-
[in] Item ID of menu item.
Return value
Returns true if the input / edit operation is enebled, false otherwise.
Returns false if the menu item specified by id is not an input field.
Returns false if the menu item specified by id is not an input field.
Remarks
Returns whether the input / edit operation of the input field specified by id is enabled.Requirements
Header file:
lib.hLibrary file:
AdvancedMenu.h (Ver. 1.6.1 or later)
libAdvancedMenu.a (Ver. 1.6.1 or later)
libSTARTUPOPH5000.a
See also
AM_EnableTextEdit function
AM_DisableTextEdit function
Last updated: 2021/07/03