PyCPropertySheet Object
A class which encapsulates an MFC CPropertySheet object. Derived from a PyCWnd object.
Methods
- AddPage
- Adds the supplied page with the rightmost tab in the property sheet.
- CreateWindow
- Displays the property sheet as a modeless dialog.
- DoModal
- Displays the property sheet as a modal dialog.
- EnableStackedTabs
- Enables or disables stacked tabs.
- EndDialog
- Closes the dialog, with the specified result.
- GetActiveIndex
- Retrieves the index of the active page of the property sheet.
- GetActivePage
- Returns the currently active property page.
- GetPage
- Returns the specified property page.
- GetPageIndex
- Retrieves the index of the specified page of the property sheet.
- GetPageCount
- Returns the number of pages.
- GetTabCtrl
- Returns the tab control used by the sheet.
- OnInitDialog
- Calls the default MFC OnInitDialog handler.
- PressButton
- Simulates the choice of the specified button in a property sheet.
- RemovePage
- Removes the specified page from the sheet.
- SetActivePage
- Programmatically sets the active page object.
- SetTitle
- Sets the caption for the property sheet.
- SetFinishText
- Sets the text for the Finish button
- SetWizardMode
- Enables the wizard mode
- SetWizardButtons
- Enables the wizard buttons
- SetPSHBit
- Sets (or clears) a bit in m_psh.dwFlags.