DOC: Incorrect Documentation for CToolBar::SetSizes()
Article ID: 141444
Article Last Modified on 11/21/2006
APPLIES TO
- Microsoft Foundation Class Library 4.2, when used with:
- Microsoft Visual C++ 4.0 Standard Edition
This article was previously published under Q141444
SUMMARY
The documentation provided with Visual C++ 4.0 incorrectly describes the
parameter values for the SetSizes() member of the CToolBar class. The
documentation indicates that the button size must be large enough to
provide space for a three pixel border around the image. Stated another
way, the width and height of the button must be at least six pixels larger
than the width and height of the image displayed on that button.
The documentation should indicate that the button width must be at least
seven pixels larger than the image width. If a margin of six pixels is
used, the right-most button will be clipped. The button height need only
exceed the image height by six pixels as noted in the documentation.
The documentation was corrected in Visual C++ 4.1.
Additional query words: 4.00 4.10
Keywords: kbbug kbdocerr kbdocfix kbmfcctrlbar kbnoupdate kbtoolbar kbuidesign kbvc410fix KB141444