HOWTO: How to Add Buttons to a Modeless CPropertySheet (140586)
The information in this article applies to:
- The Microsoft Foundation Classes (MFC), when used with:
- Microsoft Visual C++, 32-bit Editions 4.0
This article was previously published under Q140586 SUMMARY
By default, a modeless CPropertySheet doesn't have any buttons. To add
buttons, derive a class from CPropertySheet and override OnInitDialog(). In
OnInitDialog(), you'll have to resize the CPropertySheet and add your
buttons. You can also add additional buttons to a modal CPropertySheet
using this method.
Modification Type: | Major | Last Reviewed: | 10/24/2003 |
---|
Keywords: | kbcode kbhowto kbPropSheet KbUIDesign KB140586 |
---|
|