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 captionparent=None : PyCWnd
The parent window of the property sheet.
select=0 : int
The index of the first page to be selected.