CReBarCtrl::ShowBand
Implements the behavior of the Win32 message RB_SHOWBAND, as described in the Windows SDK.
BOOL ShowBand(
UINT uBand,
BOOL fShow = TRUE
);
Parameters
uBand
Zero-based index of a band in the rebar control.fShow
Indicates if the band should be shown or hidden. If this value is TRUE, the band will be shown. Otherwise, the band will be hidden.
Return Value
Nonzero if successful; otherwise zero.
Requirements
Header: afxcmn.h