Contents
|
PyCPropertySheet
.CreateWindow
CreateWindow(
parent
, style
, exStyle
)
Displays the property sheet as a modeless dialog.
Parameters
parent=None
:
PyCWnd
The parent of the dialog.
style=WS_SYSMENU|WS_POPUP|WS_CAPTION|DS_MODALFRAME|WS_VISIBLE
: int
The style for the window.
exStyle=WS_EX_DLGMODALFRAME
: int
The extended style for the window.