Jump to content

SpIsMenuItemValid

From EDM2
Revision as of 02:37, 1 April 2015 by Martini (talk | contribs) (Created page with "This function indicates if the specified menu item is a valid choice. '''Syntax:''' valid = spIsMenuItemValid ( hwndMenu , id ) '''Parameters:''' * hwndMenu – Menu window...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.