IsItemChecked
IsItemChecked

Checks if an item is checked with a tick

bChecked = myMainMenu.IsItemChecked( Item_Name )

Return value
TRUE if the item is checked, otherwise FALSE.

Parameters
  • Item_Name
    The name (ID) of the item to check.
Comments

This does not return true if the item has a radio check mark. Use IsItemRadio instead.
If there are multiple items in the menu with the same ID, this will check only the first (left-right, top-bottom).

See also
MainMenu:CheckItem
MainMenu:UnCheckItem
MainMenu:GetItemState



JAM © 2005 no one in partiular
Project started by David Evans in 2005