ShowHideMenuCtlShowHideMenuCtl*
*



Contents  *



Index  *Topic Contents
*Previous Topic: InitCommonControlsEx
*Next Topic: Common Control Messages

ShowHideMenuCtl


BOOL ShowHideMenuCtl(
    HWND hWnd, 
    UINT uFlags, 
    LPINT lpInfo
   );	

Sets or removes the specified menu item's check mark attribute and shows or hides the corresponding control. The function adds a check mark to the specified menu item if it does not have one and then displays the corresponding control. If the menu item already has a check mark, the function removes the check mark and hides the corresponding control.

hWnd
Handle to the window that contains the menu and controls.
uFlags
Identifier of the menu item to receive or lose a check mark.
lpInfo
Address of an array that contains pairs of values. The second value in the first pair must be the handle to the application's main menu. Each subsequent pair consists of a menu item identifier and a control window identifier. The function searches the array for a value that matches uFlags and, if the value is found, checks or unchecks the menu item and shows or hides the corresponding control.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.