it is not possible to remove a PropertyPage when the look is set to PropSheetLook_OutlookBar.-----when a button is added the id is always 0.if (m_wndPane1.GetSafeHwnd() != NULL){ HICON hIcon = m_Icons.ExtractIcon(nTab); m_wndPane1.AddButton(hIcon, szTab, 0, -1, m_bAlphaBlendIcons); ::DestroyIcon(hIcon);}but the RemoveButton(UINT iIdCommand) - method needs a CommandID
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results