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 Martini moved page OS2 API:spIsMenuItemValid to OS2 API:SPUTILS:spIsMenuItemValid |
(No difference)
|
Revision as of 04:23, 29 June 2016
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.