Get the visible attribute of the menu item.

Syntax

bool AM_IsVisible(
  MENU_HANDLE menu,
  int id
);

Parameters

menu
[in] Menu handle
id
[in] Item ID of menu item.

Return value

Returns the visible attribute of the menu item specified by id.

Remarks

The initial value of the visible attribute is set in visible member of the AM_MenuItem structure of the menu item.
You can change the value of the visible attribute with AM_SetVisible function or AM_SetVisbleRange function.

Requirements

Header file:
lib.h
AdvancedMenu.h
Library file:
libAdvancedMenu.a
libSTARTUPOPH5000.a

Last updated: 2020/10/09