The CommandBands_IsVisible macro determines whether or not the command bands control is visible.
BOOL CommandBands_IsVisible (HWND hwndCmdBands);
Header file: | Commctrl.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
TRUE if the command bands control has the WS_VISIBLE style. FALSE if it does not.
Because the return value only indicates whether the window has the WS_VISIBLE style, it may be TRUE even if the window is totally obscured by other windows.