CommandBands_IsVisible

The CommandBands_IsVisible macro determines whether or not the command bands control is visible.

Syntax

BOOL CommandBands_IsVisible (HWND hwndCmdBands);

At a Glance

Header file: Commctrl.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

hwndCmdBands
Window handle to the command bands control. This handle is returned when the command bands control is created by the CommandBands_Create function.

Return Values

TRUE if the command bands control has the WS_VISIBLE style. FALSE if it does not.

Remarks

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.