Gets the checked attribute of the list item.

Syntax

bool AL_IsChecked(
  LIST_HANDLE list,
  int index
);

Parameters

list
[in] List handle
index
[in] Index number of the list item.

Return value

checked attribute of the list item specified by index.

Remarks

Requirements

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

See also

Last updated: 2020/10/04