Jump to content

SpIsMenuItemChecked: Difference between revisions

From EDM2
Created page with "This function returns the state (checked/not checked) of the identified menu item. '''Syntax:''' checked = spIsMenuItemChecked ( hwndMenu , id ) '''Parameters:''' * hwndMen..."
 
Ak120 (talk | contribs)
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
* False (0) – Menu item is not checked.
* False (0) – Menu item is not checked.


[[Category:The OS/2 API Project]]
[[Category:SpUtils]]

Latest revision as of 23:30, 26 February 2017

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.