PyCPropertySheet.AddPage

AddPage(page)

Adds the supplied page with the rightmost tab in the property sheet.

Parameters

page : PyCPropertyPage

The page to be added.

Comments

Add pages to the property sheet in the left-to-right order you want them to appear.

MFC References

PyCPropertySheet::AddPage