SpIsMenuItemValid: Difference between revisions
Appearance
Created page with "This function indicates if the specified menu item is a valid choice. '''Syntax:''' valid = spIsMenuItemValid ( hwndMenu , id ) '''Parameters:''' * hwndMenu – Menu window..." |
m Ak120 moved page OS2 API:SPUTILS:spIsMenuItemValid to SpIsMenuItemValid |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
* False (0) – Menu item is invalid. | * False (0) – Menu item is invalid. | ||
[[Category: | [[Category:SpUtils]] |
Latest revision as of 23:52, 6 March 2017
This function indicates if the specified menu item is a valid choice.
Syntax: valid = spIsMenuItemValid ( hwndMenu , id )
Parameters:
- hwndMenu – Menu window handle.
- id – Identity of the menu item.
- Returns: True (1) – Menu item is valid.
- False (0) – Menu item is invalid.