CReBarCtrl::ShowBand

BOOL ShowBand( UINT uBand, BOOL fShow = TRUE );

Return Value

Nonzero if successful; otherwise zero.

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.

Remarks

This member function implements the behavior of the Win32 message RB_SHOWBAND, as described in the Platform SDK.

CReBarCtrl OverviewClass MembersHierarchy Chart

See Also   CReBarCtrl::SetBandInfo, CReBarCtrl::GetBandCount, CReBarCtrl::DeleteBand, CReBarCtrl::InsertBand, CReBarCtrl::GetBandInfo