ParentWindow

<< Click to Display Table of Contents >>

Navigation:  Management >

ParentWindow

Previous pageReturn to chapter overviewNext page

[Python only]

If you are already using a window library, you can specify the parent window of the VPE preview using this property. It is of type HWND window handle from the Windows operating system.

property HWND VPE.ParentWindow

read / write; design & runtime, closed document required

Remarks:

In VPE for Python the HWND type is encapsulated in a ctypes.c_void_p type.