Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Implements the behavior of the Win32 message RB_DELETEBAND, as described in the Windows SDK.
BOOL DeleteBand(
UINT uBand
);
Parameters
- uBand
Zero-based index of the band to be deleted.
Return Value
Nonzero if the band deleted successfully; otherwise zero.
Example
UINT nCount = m_wndReBar.GetReBarCtrl().GetBandCount();
if (nCount > 0)
m_wndReBar.GetReBarCtrl().DeleteBand(nCount - 1);
Requirements
Header: afxcmn.h