Menu.isCheckBoxEntrySelected

Get if the check box entry at the passed index is checked or not. The index only applies to check box entries in the menu not any other type of entry. If there are no check box entries in the menu this method returns false.

class Menu
bool
isCheckBoxEntrySelected
(
int index
)

Parameters

index int

The index of the check box entry.

Return Value

Type: bool

True if the check box entry is selected, false if not.

Meta