The CommandBar_IsVisible function ascertains whether or not the command bar is visible.
BOOL CommandBar_IsVisible(HWND hwndCB);
Header file: | Commctrl.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and later |
TRUE if the command bar's parent window has the WS_VISIBLE style. FALSE if not.
Because this function only determines whether the window has the WS_VISIBLE style, it may return TRUE even if the window is obscured by other windows.