Gets whether the input / edit operation of the input field is enebled.

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.

Remarks

Returns whether the input / edit operation of the input field specified by id is enabled.

Requirements

Header file:
lib.h
AdvancedMenu.h (Ver. 1.6.1 or later)
Library file:
libAdvancedMenu.a (Ver. 1.6.1 or later)
libSTARTUPOPH5000.a

See also

Last updated: 2021/07/03