Jump to content

SpIsMenuItemChecked

From EDM2
Revision as of 02:35, 1 April 2015 by Martini (talk | contribs) (Created page with "This function returns the state (checked/not checked) of the identified menu item. '''Syntax:''' checked = spIsMenuItemChecked ( hwndMenu , id ) '''Parameters:''' * hwndMen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function returns the state (checked/not checked) of the identified menu item.

Syntax: checked = spIsMenuItemChecked ( hwndMenu , id )

Parameters:

  • hwndMenu – Menu window handle.
  • id – Identity of the menu item.
  • Returns: True (1) – Menu item is checked.
  • False (0) – Menu item is not checked.