Jump to content

SpIsMenuItemEnabled: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(No difference)

Latest revision as of 19:12, 26 February 2017

This function returns the state (enabled/disabled) of the specified menu item.

Syntax: enabled = spIsMenuItemEnabled ( hwndMenu , id )

Parameters:

  • hwndMenu – Menu window handle.
  • id – Identity of the menu item.

Returns:

  • True (1) – Menu item is enabled.
  • False (0) – Menu item is disabled.