Contents
|
Python for Win32 Extensions Help
>
Pythonwin and win32ui
>
Modules
>
win32ui
>
CreatePropertySheet
win32ui
.CreatePropertySheet
PyCPropertySheet
=
CreatePropertySheet(
caption
, parent
, select
)
Creates a property sheet object.
Parameters
caption
:
PyResourceId
The caption for the property sheet, or id of the caption
parent=None
:
PyCWnd
The parent window of the property sheet.
select=0
: int
The index of the first page to be selected.